#C02B35

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

Shades of Mahogany #C02B35

Tints of Mahogany #C02B35

Color information

#C02B35 (or 0xC02B35) is unknown color: approx Mahogany. HEX triplet: C0, 2B and 35. RGB value is (192,43,53). Sum of RGB (Red+Green+Blue) = 192+43+53=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B35 is #3FD4CA. Grayscale: #585858. Windows color (decimal): -4183243 or 3484608. OLE color: 3484608.

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

Color convert

RGB1924353-
CMYK00.780.720.25
HSL355.97º63.4%46.08%-
HSV(B)355.97º77.6%75.29%-
XYZ23.2413.194.69-
YUV88.69107.86201.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 66.67%
GREEN value IS 43 (17.19% from 255) = 14.93%
BLUE value IS 53 (21.09% from 255) = 18.40%
R=66.67%
G=14.93%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192435300.780.720.25355.9763.446.08
HexC02B3504E48191643f2e
Octal30053650116110315447756
Binary1100000010101111010101001110100100011001101100100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02B35; }

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

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

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

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

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

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

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

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