Shades of Mahogany #C02B31
Tints of Mahogany #C02B31
RGB
CMYK
RGB Variations
Color information
#C02B31 (or 0xC02B31) is known color: Mahogany. HEX triplet: C0, 2B and 31. RGB value is (192,43,49). Sum of RGB (Red+Green+Blue) = 192+43+49=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B31 is #3FD4CE. Grayscale: #585858. Windows color (decimal): -4183247 or 3222464. OLE color: 3222464.
HSL color Cylindrical-coordinate representation of color #C02B31: hue angle of 357.58º 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 #C02B31 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 49 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.25 |
| HSL | 357.58º | 0.63% | 0.46% | - |
| HSV(B) | 357.58º | 0.78% | 0.75% | - |
| XYZ | 23.16 | 13.16 | 4.22 | - |
| YUV | 88.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 49 | 0 | 0.78 | 0.74 | 0.25 | 357.58 | 0.63 | 0.46 |
| Hex | C0 | 2B | 31 | 0 | 4E | 4A | 19 | 166 | 3F | 2E |
| Octal | 300 | 53 | 61 | 0 | 116 | 112 | 31 | 546 | 77 | 56 |
| Binary | 11000000 | 101011 | 110001 | 0 | 1001110 | 1001010 | 11001 | 101100110 | 111111 | 101110 |
Color Harmonies of #C02B31
Complementary color
Monochromatic Colors of #C02B31
Black with #C02B31
Text Example
Text Example
White with #C02B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B31; }
p { color: rgb(192,43,49); }
H1.HeaderClassName
{
color: #C02B31;
}
.AnyTagClassName
{
color: #C02B31;
}
</style>
background-color css
<style>
a { background-color: #C02B31; }
a { background-color: rgb(192,43,49); }
div.DivClassName
{
background-color: #C02B31;
}
.BgClassName
{
background-color: #C02B31;
}
</style>
border-color css
<style>
span { border-color: #C02B31; }
span { border-color: rgb(192,43,49); }
td.TdClassName
{
border-color: #C02B31;
}
.TagClassName
{
border-color: #C02B31;
}
</style>