Shades of Mahogany #C0272B
Tints of Mahogany #C0272B
RGB
CMYK
RGB Variations
Color information
#C0272B (or 0xC0272B) is known color: Mahogany. HEX triplet: C0, 27 and 2B. RGB value is (192,39,43). Sum of RGB (Red+Green+Blue) = 192+39+43=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0272B is #3FD8D4. Grayscale: #555555. Windows color (decimal): -4184277 or 2828224. OLE color: 2828224.
HSL color Cylindrical-coordinate representation of color #C0272B: hue angle of 358.43º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0272B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 43 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.25 |
| HSL | 358.43º | 0.66% | 0.45% | - |
| HSV(B) | 358.43º | 0.8% | 0.75% | - |
| XYZ | 22.9 | 12.83 | 3.56 | - |
| YUV | 85.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 43 | 0 | 0.80 | 0.78 | 0.25 | 358.43 | 0.66 | 0.45 |
| Hex | C0 | 27 | 2B | 0 | 50 | 4E | 19 | 166 | 42 | 2D |
| Octal | 300 | 47 | 53 | 0 | 120 | 116 | 31 | 546 | 102 | 55 |
| Binary | 11000000 | 100111 | 101011 | 0 | 1010000 | 1001110 | 11001 | 101100110 | 1000010 | 101101 |
Color Harmonies of #C0272B
Complementary color
Monochromatic Colors of #C0272B
Black with #C0272B
Text Example
Text Example
White with #C0272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0272B; }
p { color: rgb(192,39,43); }
H1.HeaderClassName
{
color: #C0272B;
}
.AnyTagClassName
{
color: #C0272B;
}
</style>
background-color css
<style>
a { background-color: #C0272B; }
a { background-color: rgb(192,39,43); }
div.DivClassName
{
background-color: #C0272B;
}
.BgClassName
{
background-color: #C0272B;
}
</style>
border-color css
<style>
span { border-color: #C0272B; }
span { border-color: rgb(192,39,43); }
td.TdClassName
{
border-color: #C0272B;
}
.TagClassName
{
border-color: #C0272B;
}
</style>