#C53A44

Color #C53A44 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C53A44

Tints of Brick Red #C53A44

Color information

#C53A44 (or 0xC53A44) is unknown color: approx Brick Red. HEX triplet: C5, 3A and 44. RGB value is (197,58,68). Sum of RGB (Red+Green+Blue) = 197+58+68=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A44 is #3AC5BB. Grayscale: #646464. Windows color (decimal): -3851708 or 4471493. OLE color: 4471493.

HSL color Cylindrical-coordinate representation of color #C53A44: hue angle of 355.68º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53A44 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1975868-
CMYK00.710.650.23
HSL355.68º54.51%50%-
HSV(B)355.68º70.56%77.25%-
XYZ25.5815.317.08-
YUV100.7109.55196.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 60.99%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=60.99%
G=17.96%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197586800.710.650.23355.6854.5150
HexC53A4404741171643732
Octal305721040107101275446762
Binary11000101111010100010001000111100000110111101100100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A44; }

 p { color: rgb(197,58,68); }

 H1.HeaderClassName
 {
   color: #C53A44;
 }
 .AnyTagClassName
 {
   color: #C53A44;
 }
</style>
background-color css

<style>
 a { background-color: #C53A44; }

 a { background-color: rgb(197,58,68); }

 div.DivClassName
 {
   background-color: #C53A44;
 }
 .BgClassName
 {
   background-color: #C53A44;
 }
</style>
border-color css

<style>
 span { border-color: #C53A44; }

 span { border-color: rgb(197,58,68); }

 td.TdClassName
 {
   border-color: #C53A44;
 }
 .TagClassName
 {
   border-color: #C53A44;
 }
</style>