Shades of Old Rose #AB2C3D
Tints of Old Rose #AB2C3D
RGB
CMYK
RGB Variations
Color information
#AB2C3D (or 0xAB2C3D) is known color: Old Rose. HEX triplet: AB, 2C and 3D. RGB value is (171,44,61). Sum of RGB (Red+Green+Blue) = 171+44+61=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C3D is #54D3C2. Grayscale: #535353. Windows color (decimal): -5559235 or 4009131. OLE color: 4009131.
HSL color Cylindrical-coordinate representation of color #AB2C3D: hue angle of 351.97º degrees, saturation: 0.59, 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 #AB2C3D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 61 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.33 |
| HSL | 351.97º | 0.59% | 0.42% | - |
| HSV(B) | 351.97º | 0.74% | 0.67% | - |
| XYZ | 18.54 | 10.8 | 5.52 | - |
| YUV | 83.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 61 | 0 | 0.74 | 0.64 | 0.33 | 351.97 | 0.59 | 0.42 |
| Hex | AB | 2C | 3D | 0 | 4A | 40 | 21 | 160 | 3B | 2A |
| Octal | 253 | 54 | 75 | 0 | 112 | 100 | 41 | 540 | 73 | 52 |
| Binary | 10101011 | 101100 | 111101 | 0 | 1001010 | 1000000 | 100001 | 101100000 | 111011 | 101010 |
Color Harmonies of #AB2C3D
Complementary color
Monochromatic Colors of #AB2C3D
Black with #AB2C3D
Text Example
Text Example
White with #AB2C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C3D; }
p { color: rgb(171,44,61); }
H1.HeaderClassName
{
color: #AB2C3D;
}
.AnyTagClassName
{
color: #AB2C3D;
}
</style>
background-color css
<style>
a { background-color: #AB2C3D; }
a { background-color: rgb(171,44,61); }
div.DivClassName
{
background-color: #AB2C3D;
}
.BgClassName
{
background-color: #AB2C3D;
}
</style>
border-color css
<style>
span { border-color: #AB2C3D; }
span { border-color: rgb(171,44,61); }
td.TdClassName
{
border-color: #AB2C3D;
}
.TagClassName
{
border-color: #AB2C3D;
}
</style>