Shades of Mahogany #CA262A
Tints of Mahogany #CA262A
RGB
CMYK
RGB Variations
Color information
#CA262A (or 0xCA262A) is known color: Mahogany. HEX triplet: CA, 26 and 2A. RGB value is (202,38,42). Sum of RGB (Red+Green+Blue) = 202+38+42=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA262A is #35D9D5. Grayscale: #575757. Windows color (decimal): -3529174 or 2762442. OLE color: 2762442.
HSL color Cylindrical-coordinate representation of color #CA262A: hue angle of 358.54º 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 #CA262A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.21 |
| HSL | 358.54º | 0.68% | 0.47% | - |
| HSV(B) | 358.54º | 0.81% | 0.79% | - |
| XYZ | 25.47 | 14.11 | 3.57 | - |
| YUV | 87.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 42 | 0 | 0.81 | 0.79 | 0.21 | 358.54 | 0.68 | 0.47 |
| Hex | CA | 26 | 2A | 0 | 51 | 4F | 15 | 167 | 44 | 2F |
| Octal | 312 | 46 | 52 | 0 | 121 | 117 | 25 | 547 | 104 | 57 |
| Binary | 11001010 | 100110 | 101010 | 0 | 1010001 | 1001111 | 10101 | 101100111 | 1000100 | 101111 |
Color Harmonies of #CA262A
Complementary color
Monochromatic Colors of #CA262A
Black with #CA262A
Text Example
Text Example
White with #CA262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA262A; }
p { color: rgb(202,38,42); }
H1.HeaderClassName
{
color: #CA262A;
}
.AnyTagClassName
{
color: #CA262A;
}
</style>
background-color css
<style>
a { background-color: #CA262A; }
a { background-color: rgb(202,38,42); }
div.DivClassName
{
background-color: #CA262A;
}
.BgClassName
{
background-color: #CA262A;
}
</style>
border-color css
<style>
span { border-color: #CA262A; }
span { border-color: rgb(202,38,42); }
td.TdClassName
{
border-color: #CA262A;
}
.TagClassName
{
border-color: #CA262A;
}
</style>