#C53A45

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

Shades of Brick Red #C53A45

Tints of Brick Red #C53A45

Color information

#C53A45 (or 0xC53A45) is unknown color: approx Brick Red. HEX triplet: C5, 3A and 45. RGB value is (197,58,69). Sum of RGB (Red+Green+Blue) = 197+58+69=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A45 is #3AC5BA. Grayscale: #646464. Windows color (decimal): -3851707 or 4537029. OLE color: 4537029.

HSL color Cylindrical-coordinate representation of color #C53A45: hue angle of 355.25º 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 #C53A45 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB1975869-
CMYK00.710.650.23
HSL355.25º54.51%50%-
HSV(B)355.25º70.56%77.25%-
XYZ25.6115.337.24-
YUV100.82110.05196.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.80%
GREEN value IS 58 (23.05% from 255) = 17.90%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=60.80%
G=17.90%
B=21.30%

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
Decimal197586900.710.650.23355.2554.5150
HexC53A4504741171633732
Octal305721050107101275436762
Binary11000101111010100010101000111100000110111101100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A45; }

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

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

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

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

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

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

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

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