Shades of Mahogany #C3252B
Tints of Mahogany #C3252B
RGB
CMYK
RGB Variations
Color information
#C3252B (or 0xC3252B) is known color: Mahogany. HEX triplet: C3, 25 and 2B. RGB value is (195,37,43). Sum of RGB (Red+Green+Blue) = 195+37+43=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3252B is #3CDAD4. Grayscale: #555555. Windows color (decimal): -3988181 or 2827715. OLE color: 2827715.
HSL color Cylindrical-coordinate representation of color #C3252B: hue angle of 357.72º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3252B is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 37 | 43 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.24 |
| HSL | 357.72º | 0.68% | 0.45% | - |
| HSV(B) | 357.72º | 0.81% | 0.76% | - |
| XYZ | 23.6 | 13.1 | 3.57 | - |
| YUV | 84.93 | 104.35 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 37 | 43 | 0 | 0.81 | 0.78 | 0.24 | 357.72 | 0.68 | 0.45 |
| Hex | C3 | 25 | 2B | 0 | 51 | 4E | 18 | 166 | 44 | 2D |
| Octal | 303 | 45 | 53 | 0 | 121 | 116 | 30 | 546 | 104 | 55 |
| Binary | 11000011 | 100101 | 101011 | 0 | 1010001 | 1001110 | 11000 | 101100110 | 1000100 | 101101 |
Color Harmonies of #C3252B
Complementary color
Monochromatic Colors of #C3252B
Black with #C3252B
Text Example
Text Example
White with #C3252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3252B; }
p { color: rgb(195,37,43); }
H1.HeaderClassName
{
color: #C3252B;
}
.AnyTagClassName
{
color: #C3252B;
}
</style>
background-color css
<style>
a { background-color: #C3252B; }
a { background-color: rgb(195,37,43); }
div.DivClassName
{
background-color: #C3252B;
}
.BgClassName
{
background-color: #C3252B;
}
</style>
border-color css
<style>
span { border-color: #C3252B; }
span { border-color: rgb(195,37,43); }
td.TdClassName
{
border-color: #C3252B;
}
.TagClassName
{
border-color: #C3252B;
}
</style>