Shades of Mahogany #C02B33
Tints of Mahogany #C02B33
RGB
CMYK
RGB Variations
Color information
#C02B33 (or 0xC02B33) is known color: Mahogany. HEX triplet: C0, 2B and 33. RGB value is (192,43,51). Sum of RGB (Red+Green+Blue) = 192+43+51=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B33 is #3FD4CC. Grayscale: #585858. Windows color (decimal): -4183245 or 3353536. OLE color: 3353536.
HSL color Cylindrical-coordinate representation of color #C02B33: hue angle of 356.78º 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 #C02B33 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 51 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.25 |
| HSL | 356.78º | 0.63% | 0.46% | - |
| HSV(B) | 356.78º | 0.78% | 0.75% | - |
| XYZ | 23.2 | 13.17 | 4.45 | - |
| YUV | 88.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 51 | 0 | 0.78 | 0.73 | 0.25 | 356.78 | 0.63 | 0.46 |
| Hex | C0 | 2B | 33 | 0 | 4E | 49 | 19 | 165 | 3F | 2E |
| Octal | 300 | 53 | 63 | 0 | 116 | 111 | 31 | 545 | 77 | 56 |
| Binary | 11000000 | 101011 | 110011 | 0 | 1001110 | 1001001 | 11001 | 101100101 | 111111 | 101110 |
Color Harmonies of #C02B33
Complementary color
Monochromatic Colors of #C02B33
Black with #C02B33
Text Example
Text Example
White with #C02B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B33; }
p { color: rgb(192,43,51); }
H1.HeaderClassName
{
color: #C02B33;
}
.AnyTagClassName
{
color: #C02B33;
}
</style>
background-color css
<style>
a { background-color: #C02B33; }
a { background-color: rgb(192,43,51); }
div.DivClassName
{
background-color: #C02B33;
}
.BgClassName
{
background-color: #C02B33;
}
</style>
border-color css
<style>
span { border-color: #C02B33; }
span { border-color: rgb(192,43,51); }
td.TdClassName
{
border-color: #C02B33;
}
.TagClassName
{
border-color: #C02B33;
}
</style>