#C53A49

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

Shades of Brick Red #C53A49

Tints of Brick Red #C53A49

Color information

#C53A49 (or 0xC53A49) is unknown color: approx Brick Red. HEX triplet: C5, 3A and 49. RGB value is (197,58,73). Sum of RGB (Red+Green+Blue) = 197+58+73=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 73 (28.91% from 255 or 22.26% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A49 is #3AC5B6. Grayscale: #656565. Windows color (decimal): -3851703 or 4799173. OLE color: 4799173.

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

Color convert

RGB1975873-
CMYK00.710.630.23
HSL353.53º54.51%50%-
HSV(B)353.53º70.56%77.25%-
XYZ25.7415.387.91-
YUV101.27112.05196.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 73 (28.91% from 255) = 22.26%
R=60.06%
G=17.68%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197587300.710.630.23353.5354.5150
HexC53A490473F171623732
Octal30572111010777275426762
Binary1100010111101010010010100011111111110111101100010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53A49; }

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

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

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

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

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

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

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

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