Shades of Mahogany #CA252C
Tints of Mahogany #CA252C
RGB
CMYK
RGB Variations
Color information
#CA252C (or 0xCA252C) is known color: Mahogany. HEX triplet: CA, 25 and 2C. RGB value is (202,37,44). Sum of RGB (Red+Green+Blue) = 202+37+44=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA252C is #35DAD3. Grayscale: #575757. Windows color (decimal): -3529428 or 2893258. OLE color: 2893258.
HSL color Cylindrical-coordinate representation of color #CA252C: hue angle of 357.45º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA252C is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 44 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.21 |
| HSL | 357.45º | 0.69% | 0.47% | - |
| HSV(B) | 357.45º | 0.82% | 0.79% | - |
| XYZ | 25.47 | 14.06 | 3.75 | - |
| YUV | 87.13 | 103.66 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 44 | 0 | 0.82 | 0.78 | 0.21 | 357.45 | 0.69 | 0.47 |
| Hex | CA | 25 | 2C | 0 | 52 | 4E | 15 | 165 | 45 | 2F |
| Octal | 312 | 45 | 54 | 0 | 122 | 116 | 25 | 545 | 105 | 57 |
| Binary | 11001010 | 100101 | 101100 | 0 | 1010010 | 1001110 | 10101 | 101100101 | 1000101 | 101111 |
Color Harmonies of #CA252C
Complementary color
Monochromatic Colors of #CA252C
Black with #CA252C
Text Example
Text Example
White with #CA252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA252C; }
p { color: rgb(202,37,44); }
H1.HeaderClassName
{
color: #CA252C;
}
.AnyTagClassName
{
color: #CA252C;
}
</style>
background-color css
<style>
a { background-color: #CA252C; }
a { background-color: rgb(202,37,44); }
div.DivClassName
{
background-color: #CA252C;
}
.BgClassName
{
background-color: #CA252C;
}
</style>
border-color css
<style>
span { border-color: #CA252C; }
span { border-color: rgb(202,37,44); }
td.TdClassName
{
border-color: #CA252C;
}
.TagClassName
{
border-color: #CA252C;
}
</style>