Shades of Mahogany #C02C2D
Tints of Mahogany #C02C2D
RGB
CMYK
RGB Variations
Color information
#C02C2D (or 0xC02C2D) is known color: Mahogany. HEX triplet: C0, 2C and 2D. RGB value is (192,44,45). Sum of RGB (Red+Green+Blue) = 192+44+45=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C2D is #3FD3D2. Grayscale: #585858. Windows color (decimal): -4182995 or 2960576. OLE color: 2960576.
HSL color Cylindrical-coordinate representation of color #C02C2D: hue angle of 359.59º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 45 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.25 |
| HSL | 359.59º | 0.63% | 0.46% | - |
| HSV(B) | 359.59º | 0.77% | 0.75% | - |
| XYZ | 23.11 | 13.2 | 3.81 | - |
| YUV | 88.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 45 | 0 | 0.77 | 0.77 | 0.25 | 359.59 | 0.63 | 0.46 |
| Hex | C0 | 2C | 2D | 0 | 4D | 4D | 19 | 168 | 3F | 2E |
| Octal | 300 | 54 | 55 | 0 | 115 | 115 | 31 | 550 | 77 | 56 |
| Binary | 11000000 | 101100 | 101101 | 0 | 1001101 | 1001101 | 11001 | 101101000 | 111111 | 101110 |
Color Harmonies of #C02C2D
Complementary color
Monochromatic Colors of #C02C2D
Black with #C02C2D
Text Example
Text Example
White with #C02C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C2D; }
p { color: rgb(192,44,45); }
H1.HeaderClassName
{
color: #C02C2D;
}
.AnyTagClassName
{
color: #C02C2D;
}
</style>
background-color css
<style>
a { background-color: #C02C2D; }
a { background-color: rgb(192,44,45); }
div.DivClassName
{
background-color: #C02C2D;
}
.BgClassName
{
background-color: #C02C2D;
}
</style>
border-color css
<style>
span { border-color: #C02C2D; }
span { border-color: rgb(192,44,45); }
td.TdClassName
{
border-color: #C02C2D;
}
.TagClassName
{
border-color: #C02C2D;
}
</style>