Shades of Mahogany #C02B34
Tints of Mahogany #C02B34
RGB
CMYK
RGB Variations
Color information
#C02B34 (or 0xC02B34) is known color: 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
| RGB | 192 | 43 | 52 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.25 |
| HSL | 356.38º | 0.63% | 0.46% | - |
| HSV(B) | 356.38º | 0.78% | 0.75% | - |
| XYZ | 23.22 | 13.18 | 4.57 | - |
| YUV | 88.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 52 | 0 | 0.78 | 0.73 | 0.25 | 356.38 | 0.63 | 0.46 |
| Hex | C0 | 2B | 34 | 0 | 4E | 49 | 19 | 164 | 3F | 2E |
| Octal | 300 | 53 | 64 | 0 | 116 | 111 | 31 | 544 | 77 | 56 |
| Binary | 11000000 | 101011 | 110100 | 0 | 1001110 | 1001001 | 11001 | 101100100 | 111111 | 101110 |
Color Harmonies of #C02B34
Complementary color
Monochromatic Colors of #C02B34
Black with #C02B34
Text Example
Text Example
White with #C02B34
Text Example
Text Example
HTML Codes & Css Web 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>