Shades of Old Rose #AB2D3E
Tints of Old Rose #AB2D3E
RGB
CMYK
RGB Variations
Color information
#AB2D3E (or 0xAB2D3E) is known color: Old Rose. HEX triplet: AB, 2D and 3E. RGB value is (171,45,62). Sum of RGB (Red+Green+Blue) = 171+45+62=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D3E is #54D2C1. Grayscale: #545454. Windows color (decimal): -5558978 or 4074923. OLE color: 4074923.
HSL color Cylindrical-coordinate representation of color #AB2D3E: hue angle of 351.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2D3E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 62 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.33 |
| HSL | 351.9º | 0.58% | 0.42% | - |
| HSV(B) | 351.9º | 0.74% | 0.67% | - |
| XYZ | 18.6 | 10.88 | 5.68 | - |
| YUV | 84.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 62 | 0 | 0.74 | 0.64 | 0.33 | 351.9 | 0.58 | 0.42 |
| Hex | AB | 2D | 3E | 0 | 4A | 40 | 21 | 160 | 3A | 2A |
| Octal | 253 | 55 | 76 | 0 | 112 | 100 | 41 | 540 | 72 | 52 |
| Binary | 10101011 | 101101 | 111110 | 0 | 1001010 | 1000000 | 100001 | 101100000 | 111010 | 101010 |
Color Harmonies of #AB2D3E
Complementary color
Monochromatic Colors of #AB2D3E
Black with #AB2D3E
Text Example
Text Example
White with #AB2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D3E; }
p { color: rgb(171,45,62); }
H1.HeaderClassName
{
color: #AB2D3E;
}
.AnyTagClassName
{
color: #AB2D3E;
}
</style>
background-color css
<style>
a { background-color: #AB2D3E; }
a { background-color: rgb(171,45,62); }
div.DivClassName
{
background-color: #AB2D3E;
}
.BgClassName
{
background-color: #AB2D3E;
}
</style>
border-color css
<style>
span { border-color: #AB2D3E; }
span { border-color: rgb(171,45,62); }
td.TdClassName
{
border-color: #AB2D3E;
}
.TagClassName
{
border-color: #AB2D3E;
}
</style>