#C53C45

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

Shades of Brick Red #C53C45

Tints of Brick Red #C53C45

Color information

#C53C45 (or 0xC53C45) is unknown color: approx Brick Red. HEX triplet: C5, 3C and 45. RGB value is (197,60,69). Sum of RGB (Red+Green+Blue) = 197+60+69=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C45 is #3AC3BA. Grayscale: #666666. Windows color (decimal): -3851195 or 4537541. OLE color: 4537541.

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

Color convert

RGB1976069-
CMYK00.700.650.23
HSL356.06º54.15%50.39%-
HSV(B)356.06º69.54%77.25%-
XYZ25.7215.537.27-
YUV101.99109.39195.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.43%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 69 (27.34% from 255) = 21.17%
R=60.43%
G=18.40%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197606900.700.650.23356.0654.1550.39
HexC53C4504641171643632
Octal305741050106101275446662
Binary11000101111100100010101000110100000110111101100100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53C45; }

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

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

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

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

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

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

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

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