Shades of Mahogany #C0353A
Tints of Mahogany #C0353A
RGB
CMYK
RGB Variations
Color information
#C0353A (or 0xC0353A) is known color: Mahogany. HEX triplet: C0, 35 and 3A. RGB value is (192,53,58). Sum of RGB (Red+Green+Blue) = 192+53+58=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0353A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0353A is #3FCAC5. Grayscale: #5F5F5F. Windows color (decimal): -4180678 or 3814848. OLE color: 3814848.
HSL color Cylindrical-coordinate representation of color #C0353A: hue angle of 357.84º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0353A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 58 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.25 |
| HSL | 357.84º | 0.57% | 0.48% | - |
| HSV(B) | 357.84º | 0.72% | 0.75% | - |
| XYZ | 23.78 | 14.06 | 5.46 | - |
| YUV | 95.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 58 | 0 | 0.72 | 0.70 | 0.25 | 357.84 | 0.57 | 0.48 |
| Hex | C0 | 35 | 3A | 0 | 48 | 46 | 19 | 166 | 39 | 30 |
| Octal | 300 | 65 | 72 | 0 | 110 | 106 | 31 | 546 | 71 | 60 |
| Binary | 11000000 | 110101 | 111010 | 0 | 1001000 | 1000110 | 11001 | 101100110 | 111001 | 110000 |
Color Harmonies of #C0353A
Complementary color
Monochromatic Colors of #C0353A
Black with #C0353A
Text Example
Text Example
White with #C0353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0353A; }
p { color: rgb(192,53,58); }
H1.HeaderClassName
{
color: #C0353A;
}
.AnyTagClassName
{
color: #C0353A;
}
</style>
background-color css
<style>
a { background-color: #C0353A; }
a { background-color: rgb(192,53,58); }
div.DivClassName
{
background-color: #C0353A;
}
.BgClassName
{
background-color: #C0353A;
}
</style>
border-color css
<style>
span { border-color: #C0353A; }
span { border-color: rgb(192,53,58); }
td.TdClassName
{
border-color: #C0353A;
}
.TagClassName
{
border-color: #C0353A;
}
</style>