Shades of Mahogany #C03338
Tints of Mahogany #C03338
RGB
CMYK
RGB Variations
Color information
#C03338 (or 0xC03338) is known color: Mahogany. HEX triplet: C0, 33 and 38. RGB value is (192,51,56). Sum of RGB (Red+Green+Blue) = 192+51+56=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03338 is #3FCCC7. Grayscale: #5D5D5D. Windows color (decimal): -4181192 or 3683264. OLE color: 3683264.
HSL color Cylindrical-coordinate representation of color #C03338: hue angle of 357.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03338 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 56 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.25 |
| HSL | 357.87º | 0.58% | 0.48% | - |
| HSV(B) | 357.87º | 0.73% | 0.75% | - |
| XYZ | 23.64 | 13.86 | 5.17 | - |
| YUV | 93.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 56 | 0 | 0.73 | 0.71 | 0.25 | 357.87 | 0.58 | 0.48 |
| Hex | C0 | 33 | 38 | 0 | 49 | 47 | 19 | 166 | 3A | 30 |
| Octal | 300 | 63 | 70 | 0 | 111 | 107 | 31 | 546 | 72 | 60 |
| Binary | 11000000 | 110011 | 111000 | 0 | 1001001 | 1000111 | 11001 | 101100110 | 111010 | 110000 |
Color Harmonies of #C03338
Complementary color
Monochromatic Colors of #C03338
Black with #C03338
Text Example
Text Example
White with #C03338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03338; }
p { color: rgb(192,51,56); }
H1.HeaderClassName
{
color: #C03338;
}
.AnyTagClassName
{
color: #C03338;
}
</style>
background-color css
<style>
a { background-color: #C03338; }
a { background-color: rgb(192,51,56); }
div.DivClassName
{
background-color: #C03338;
}
.BgClassName
{
background-color: #C03338;
}
</style>
border-color css
<style>
span { border-color: #C03338; }
span { border-color: rgb(192,51,56); }
td.TdClassName
{
border-color: #C03338;
}
.TagClassName
{
border-color: #C03338;
}
</style>