#C04045

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

Shades of Brick Red #C04045

Tints of Brick Red #C04045

Color information

#C04045 (or 0xC04045) is unknown color: approx Brick Red. HEX triplet: C0, 40 and 45. RGB value is (192,64,69). Sum of RGB (Red+Green+Blue) = 192+64+69=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C04045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04045 is #3FBFBA. Grayscale: #666666. Windows color (decimal): -4177851 or 4538560. OLE color: 4538560.

HSL color Cylindrical-coordinate representation of color #C04045: hue angle of 357.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04045 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1926469-
CMYK00.670.640.25
HSL357.66º50.39%50.2%-
HSV(B)357.66º66.67%75.29%-
XYZ24.6515.37.29-
YUV102.84108.91191.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.08%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=59.08%
G=19.69%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192646900.670.640.25357.6650.3950.2
HexC0404504340191663232
Octal3001001050103100315466262
Binary110000001000000100010101000011100000011001101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04045; }

 p { color: rgb(192,64,69); }

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

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

 a { background-color: rgb(192,64,69); }

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

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

 span { border-color: rgb(192,64,69); }

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