Shades of Mahogany #CA262E
Tints of Mahogany #CA262E
RGB
CMYK
RGB Variations
Color information
#CA262E (or 0xCA262E) is known color: Mahogany. HEX triplet: CA, 26 and 2E. RGB value is (202,38,46). Sum of RGB (Red+Green+Blue) = 202+38+46=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA262E is #35D9D1. Grayscale: #585858. Windows color (decimal): -3529170 or 3024586. OLE color: 3024586.
HSL color Cylindrical-coordinate representation of color #CA262E: hue angle of 357.07º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA262E is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 46 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.21 |
| HSL | 357.07º | 0.68% | 0.47% | - |
| HSV(B) | 357.07º | 0.81% | 0.79% | - |
| XYZ | 25.54 | 14.14 | 3.97 | - |
| YUV | 87.95 | 104.33 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 46 | 0 | 0.81 | 0.77 | 0.21 | 357.07 | 0.68 | 0.47 |
| Hex | CA | 26 | 2E | 0 | 51 | 4D | 15 | 165 | 44 | 2F |
| Octal | 312 | 46 | 56 | 0 | 121 | 115 | 25 | 545 | 104 | 57 |
| Binary | 11001010 | 100110 | 101110 | 0 | 1010001 | 1001101 | 10101 | 101100101 | 1000100 | 101111 |
Color Harmonies of #CA262E
Complementary color
Monochromatic Colors of #CA262E
Black with #CA262E
Text Example
Text Example
White with #CA262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA262E; }
p { color: rgb(202,38,46); }
H1.HeaderClassName
{
color: #CA262E;
}
.AnyTagClassName
{
color: #CA262E;
}
</style>
background-color css
<style>
a { background-color: #CA262E; }
a { background-color: rgb(202,38,46); }
div.DivClassName
{
background-color: #CA262E;
}
.BgClassName
{
background-color: #CA262E;
}
</style>
border-color css
<style>
span { border-color: #CA262E; }
span { border-color: rgb(202,38,46); }
td.TdClassName
{
border-color: #CA262E;
}
.TagClassName
{
border-color: #CA262E;
}
</style>