#C53C46

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

Shades of Brick Red #C53C46

Tints of Brick Red #C53C46

Color information

#C53C46 (or 0xC53C46) is unknown color: approx Brick Red. HEX triplet: C5, 3C and 46. RGB value is (197,60,70). Sum of RGB (Red+Green+Blue) = 197+60+70=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C46 is #3AC3B9. Grayscale: #666666. Windows color (decimal): -3851194 or 4603077. OLE color: 4603077.

HSL color Cylindrical-coordinate representation of color #C53C46: hue angle of 355.62º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C46 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB1976070-
CMYK00.700.640.23
HSL355.62º54.15%50.39%-
HSV(B)355.62º69.54%77.25%-
XYZ25.7515.547.44-
YUV102.1109.89195.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.24%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=60.24%
G=18.35%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197607000.700.640.23355.6254.1550.39
HexC53C4604640171643632
Octal305741060106100275446662
Binary11000101111100100011001000110100000010111101100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C46; }

 p { color: rgb(197,60,70); }

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

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

 a { background-color: rgb(197,60,70); }

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

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

 span { border-color: rgb(197,60,70); }

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