#C02F37

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

Shades of Mahogany #C02F37

Tints of Mahogany #C02F37

Color information

#C02F37 (or 0xC02F37) is unknown color: approx Mahogany. HEX triplet: C0, 2F and 37. RGB value is (192,47,55). Sum of RGB (Red+Green+Blue) = 192+47+55=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F37 is #3FD0C8. Grayscale: #5B5B5B. Windows color (decimal): -4182217 or 3616704. OLE color: 3616704.

HSL color Cylindrical-coordinate representation of color #C02F37: hue angle of 356.69º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02F37 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1924755-
CMYK00.760.710.25
HSL356.69º60.67%46.86%-
HSV(B)356.69º75.52%75.29%-
XYZ23.4413.524.99-
YUV91.27107.54199.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.31%
GREEN value IS 47 (18.75% from 255) = 15.99%
BLUE value IS 55 (21.88% from 255) = 18.71%
R=65.31%
G=15.99%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192475500.760.710.25356.6960.6746.86
HexC02F3704C47191653d2f
Octal30057670114107315457557
Binary1100000010111111011101001100100011111001101100101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F37; }

 p { color: rgb(192,47,55); }

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

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

 a { background-color: rgb(192,47,55); }

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

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

 span { border-color: rgb(192,47,55); }

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