Shades of Mahogany #C03B3E
Tints of Mahogany #C03B3E
RGB
CMYK
RGB Variations
Color information
#C03B3E (or 0xC03B3E) is known color: Mahogany. HEX triplet: C0, 3B and 3E. RGB value is (192,59,62). Sum of RGB (Red+Green+Blue) = 192+59+62=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B3E is #3FC4C1. Grayscale: #636363. Windows color (decimal): -4179138 or 4078528. OLE color: 4078528.
HSL color Cylindrical-coordinate representation of color #C03B3E: hue angle of 358.65º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B3E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 62 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.25 |
| HSL | 358.65º | 0.53% | 0.49% | - |
| HSV(B) | 358.65º | 0.69% | 0.75% | - |
| XYZ | 24.17 | 14.68 | 6.12 | - |
| YUV | 99.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 62 | 0 | 0.69 | 0.68 | 0.25 | 358.65 | 0.53 | 0.49 |
| Hex | C0 | 3B | 3E | 0 | 45 | 44 | 19 | 167 | 35 | 31 |
| Octal | 300 | 73 | 76 | 0 | 105 | 104 | 31 | 547 | 65 | 61 |
| Binary | 11000000 | 111011 | 111110 | 0 | 1000101 | 1000100 | 11001 | 101100111 | 110101 | 110001 |
Color Harmonies of #C03B3E
Complementary color
Monochromatic Colors of #C03B3E
Black with #C03B3E
Text Example
Text Example
White with #C03B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B3E; }
p { color: rgb(192,59,62); }
H1.HeaderClassName
{
color: #C03B3E;
}
.AnyTagClassName
{
color: #C03B3E;
}
</style>
background-color css
<style>
a { background-color: #C03B3E; }
a { background-color: rgb(192,59,62); }
div.DivClassName
{
background-color: #C03B3E;
}
.BgClassName
{
background-color: #C03B3E;
}
</style>
border-color css
<style>
span { border-color: #C03B3E; }
span { border-color: rgb(192,59,62); }
td.TdClassName
{
border-color: #C03B3E;
}
.TagClassName
{
border-color: #C03B3E;
}
</style>