Shades of Mahogany #C03033
Tints of Mahogany #C03033
RGB
CMYK
RGB Variations
Color information
#C03033 (or 0xC03033) is known color: Mahogany. HEX triplet: C0, 30 and 33. RGB value is (192,48,51). Sum of RGB (Red+Green+Blue) = 192+48+51=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C03033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03033 is #3FCFCC. Grayscale: #5B5B5B. Windows color (decimal): -4181965 or 3354816. OLE color: 3354816.
HSL color Cylindrical-coordinate representation of color #C03033: hue angle of 358.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03033 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 51 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.25 |
| HSL | 358.75º | 0.6% | 0.47% | - |
| HSV(B) | 358.75º | 0.75% | 0.75% | - |
| XYZ | 23.39 | 13.56 | 4.52 | - |
| YUV | 91.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 51 | 0 | 0.75 | 0.73 | 0.25 | 358.75 | 0.6 | 0.47 |
| Hex | C0 | 30 | 33 | 0 | 4B | 49 | 19 | 167 | 3C | 2F |
| Octal | 300 | 60 | 63 | 0 | 113 | 111 | 31 | 547 | 74 | 57 |
| Binary | 11000000 | 110000 | 110011 | 0 | 1001011 | 1001001 | 11001 | 101100111 | 111100 | 101111 |
Color Harmonies of #C03033
Complementary color
Monochromatic Colors of #C03033
Black with #C03033
Text Example
Text Example
White with #C03033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03033; }
p { color: rgb(192,48,51); }
H1.HeaderClassName
{
color: #C03033;
}
.AnyTagClassName
{
color: #C03033;
}
</style>
background-color css
<style>
a { background-color: #C03033; }
a { background-color: rgb(192,48,51); }
div.DivClassName
{
background-color: #C03033;
}
.BgClassName
{
background-color: #C03033;
}
</style>
border-color css
<style>
span { border-color: #C03033; }
span { border-color: rgb(192,48,51); }
td.TdClassName
{
border-color: #C03033;
}
.TagClassName
{
border-color: #C03033;
}
</style>