#C02B39

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

Shades of Brick Red #C02B39

Tints of Brick Red #C02B39

Color information

#C02B39 (or 0xC02B39) is unknown color: approx Brick Red. HEX triplet: C0, 2B and 39. RGB value is (192,43,57). Sum of RGB (Red+Green+Blue) = 192+43+57=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B39 is #3FD4C6. Grayscale: #595959. Windows color (decimal): -4183239 or 3746752. OLE color: 3746752.

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

Color convert

RGB1924357-
CMYK00.780.700.25
HSL354.36º63.4%46.08%-
HSV(B)354.36º77.6%75.29%-
XYZ23.3413.235.19-
YUV89.15109.86201.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.75%
GREEN value IS 43 (17.19% from 255) = 14.73%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=65.75%
G=14.73%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192435700.780.700.25354.3663.446.08
HexC02B3904E46191623f2e
Octal30053710116106315427756
Binary1100000010101111100101001110100011011001101100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B39; }

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

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

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

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

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

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

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

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