Shades of Mahogany #CB262A
Tints of Mahogany #CB262A
RGB
CMYK
RGB Variations
Color information
#CB262A (or 0xCB262A) is known color: Mahogany. HEX triplet: CB, 26 and 2A. RGB value is (203,38,42). Sum of RGB (Red+Green+Blue) = 203+38+42=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB262A is #34D9D5. Grayscale: #575757. Windows color (decimal): -3463638 or 2762443. OLE color: 2762443.
HSL color Cylindrical-coordinate representation of color #CB262A: hue angle of 358.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB262A is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 42 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.20 |
| HSL | 358.55º | 0.68% | 0.47% | - |
| HSV(B) | 358.55º | 0.81% | 0.8% | - |
| XYZ | 25.74 | 14.25 | 3.58 | - |
| YUV | 87.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 42 | 0 | 0.81 | 0.79 | 0.20 | 358.55 | 0.68 | 0.47 |
| Hex | CB | 26 | 2A | 0 | 51 | 4F | 14 | 167 | 44 | 2F |
| Octal | 313 | 46 | 52 | 0 | 121 | 117 | 24 | 547 | 104 | 57 |
| Binary | 11001011 | 100110 | 101010 | 0 | 1010001 | 1001111 | 10100 | 101100111 | 1000100 | 101111 |
Color Harmonies of #CB262A
Complementary color
Monochromatic Colors of #CB262A
Black with #CB262A
Text Example
Text Example
White with #CB262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB262A; }
p { color: rgb(203,38,42); }
H1.HeaderClassName
{
color: #CB262A;
}
.AnyTagClassName
{
color: #CB262A;
}
</style>
background-color css
<style>
a { background-color: #CB262A; }
a { background-color: rgb(203,38,42); }
div.DivClassName
{
background-color: #CB262A;
}
.BgClassName
{
background-color: #CB262A;
}
</style>
border-color css
<style>
span { border-color: #CB262A; }
span { border-color: rgb(203,38,42); }
td.TdClassName
{
border-color: #CB262A;
}
.TagClassName
{
border-color: #CB262A;
}
</style>