Shades of Mahogany #CA363A
Tints of Mahogany #CA363A
RGB
CMYK
RGB Variations
Color information
#CA363A (or 0xCA363A) is known color: Mahogany. HEX triplet: CA, 36 and 3A. RGB value is (202,54,58). Sum of RGB (Red+Green+Blue) = 202+54+58=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA363A is #35C9C5. Grayscale: #626262. Windows color (decimal): -3525062 or 3815114. OLE color: 3815114.
HSL color Cylindrical-coordinate representation of color #CA363A: hue angle of 358.38º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA363A is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 58 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.21 |
| HSL | 358.38º | 0.58% | 0.5% | - |
| HSV(B) | 358.38º | 0.73% | 0.79% | - |
| XYZ | 26.44 | 15.5 | 5.6 | - |
| YUV | 98.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 58 | 0 | 0.73 | 0.71 | 0.21 | 358.38 | 0.58 | 0.5 |
| Hex | CA | 36 | 3A | 0 | 49 | 47 | 15 | 166 | 3A | 32 |
| Octal | 312 | 66 | 72 | 0 | 111 | 107 | 25 | 546 | 72 | 62 |
| Binary | 11001010 | 110110 | 111010 | 0 | 1001001 | 1000111 | 10101 | 101100110 | 111010 | 110010 |
Color Harmonies of #CA363A
Complementary color
Monochromatic Colors of #CA363A
Black with #CA363A
Text Example
Text Example
White with #CA363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA363A; }
p { color: rgb(202,54,58); }
H1.HeaderClassName
{
color: #CA363A;
}
.AnyTagClassName
{
color: #CA363A;
}
</style>
background-color css
<style>
a { background-color: #CA363A; }
a { background-color: rgb(202,54,58); }
div.DivClassName
{
background-color: #CA363A;
}
.BgClassName
{
background-color: #CA363A;
}
</style>
border-color css
<style>
span { border-color: #CA363A; }
span { border-color: rgb(202,54,58); }
td.TdClassName
{
border-color: #CA363A;
}
.TagClassName
{
border-color: #CA363A;
}
</style>