#C02C39

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

Shades of Brick Red #C02C39

Tints of Brick Red #C02C39

Color information

#C02C39 (or 0xC02C39) is unknown color: approx Brick Red. HEX triplet: C0, 2C and 39. RGB value is (192,44,57). Sum of RGB (Red+Green+Blue) = 192+44+57=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C39 is #3FD3C6. Grayscale: #595959. Windows color (decimal): -4182983 or 3747008. OLE color: 3747008.

HSL color Cylindrical-coordinate representation of color #C02C39: hue angle of 354.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C39 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1924457-
CMYK00.770.700.25
HSL354.73º62.71%46.27%-
HSV(B)354.73º77.08%75.29%-
XYZ23.3813.35.21-
YUV89.73109.53200.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 44 (17.58% from 255) = 15.02%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=65.53%
G=15.02%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192445700.770.700.25354.7362.7146.27
HexC02C3904D46191633f2e
Octal30054710115106315437756
Binary1100000010110011100101001101100011011001101100011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C39; }

 p { color: rgb(192,44,57); }

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

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

 a { background-color: rgb(192,44,57); }

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

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

 span { border-color: rgb(192,44,57); }

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