#C02B34

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

Shades of Mahogany #C02B34

Tints of Mahogany #C02B34

Color information

#C02B34 (or 0xC02B34) is unknown color: approx Mahogany. HEX triplet: C0, 2B and 34. RGB value is (192,43,52). Sum of RGB (Red+Green+Blue) = 192+43+52=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B34 is #3FD4CB. Grayscale: #585858. Windows color (decimal): -4183244 or 3419072. OLE color: 3419072.

HSL color Cylindrical-coordinate representation of color #C02B34: hue angle of 356.38º 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 #C02B34 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1924352-
CMYK00.780.730.25
HSL356.38º63.4%46.08%-
HSV(B)356.38º77.6%75.29%-
XYZ23.2213.184.57-
YUV88.58107.36201.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.90%
GREEN value IS 43 (17.19% from 255) = 14.98%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=66.90%
G=14.98%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192435200.780.730.25356.3863.446.08
HexC02B3404E49191643f2e
Octal30053640116111315447756
Binary1100000010101111010001001110100100111001101100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B34; }

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

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

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

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

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

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

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

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