Shades of Mahogany #C03A3F
Tints of Mahogany #C03A3F
RGB
CMYK
RGB Variations
Color information
#C03A3F (or 0xC03A3F) is known color: Mahogany. HEX triplet: C0, 3A and 3F. RGB value is (192,58,63). Sum of RGB (Red+Green+Blue) = 192+58+63=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A3F is #3FC5C0. Grayscale: #626262. Windows color (decimal): -4179393 or 4143808. OLE color: 4143808.
HSL color Cylindrical-coordinate representation of color #C03A3F: hue angle of 357.76º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A3F is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 63 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.25 |
| HSL | 357.76º | 0.54% | 0.49% | - |
| HSV(B) | 357.76º | 0.7% | 0.75% | - |
| XYZ | 24.15 | 14.59 | 6.25 | - |
| YUV | 98.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 63 | 0 | 0.70 | 0.67 | 0.25 | 357.76 | 0.54 | 0.49 |
| Hex | C0 | 3A | 3F | 0 | 46 | 43 | 19 | 166 | 36 | 31 |
| Octal | 300 | 72 | 77 | 0 | 106 | 103 | 31 | 546 | 66 | 61 |
| Binary | 11000000 | 111010 | 111111 | 0 | 1000110 | 1000011 | 11001 | 101100110 | 110110 | 110001 |
Color Harmonies of #C03A3F
Complementary color
Monochromatic Colors of #C03A3F
Black with #C03A3F
Text Example
Text Example
White with #C03A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A3F; }
p { color: rgb(192,58,63); }
H1.HeaderClassName
{
color: #C03A3F;
}
.AnyTagClassName
{
color: #C03A3F;
}
</style>
background-color css
<style>
a { background-color: #C03A3F; }
a { background-color: rgb(192,58,63); }
div.DivClassName
{
background-color: #C03A3F;
}
.BgClassName
{
background-color: #C03A3F;
}
</style>
border-color css
<style>
span { border-color: #C03A3F; }
span { border-color: rgb(192,58,63); }
td.TdClassName
{
border-color: #C03A3F;
}
.TagClassName
{
border-color: #C03A3F;
}
</style>