Shades of Old Rose #AB2B43
Tints of Old Rose #AB2B43
RGB
CMYK
RGB Variations
Color information
#AB2B43 (or 0xAB2B43) is known color: Old Rose. HEX triplet: AB, 2B and 43. RGB value is (171,43,67). Sum of RGB (Red+Green+Blue) = 171+43+67=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B43 is #54D4BC. Grayscale: #545454. Windows color (decimal): -5559485 or 4402091. OLE color: 4402091.
HSL color Cylindrical-coordinate representation of color #AB2B43: hue angle of 348.75º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B43 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 67 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.33 |
| HSL | 348.75º | 0.6% | 0.42% | - |
| HSV(B) | 348.75º | 0.75% | 0.67% | - |
| XYZ | 18.67 | 10.79 | 6.41 | - |
| YUV | 84.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 67 | 0 | 0.75 | 0.61 | 0.33 | 348.75 | 0.6 | 0.42 |
| Hex | AB | 2B | 43 | 0 | 4B | 3D | 21 | 15D | 3C | 2A |
| Octal | 253 | 53 | 103 | 0 | 113 | 75 | 41 | 535 | 74 | 52 |
| Binary | 10101011 | 101011 | 1000011 | 0 | 1001011 | 111101 | 100001 | 101011101 | 111100 | 101010 |
Color Harmonies of #AB2B43
Complementary color
Monochromatic Colors of #AB2B43
Black with #AB2B43
Text Example
Text Example
White with #AB2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B43; }
p { color: rgb(171,43,67); }
H1.HeaderClassName
{
color: #AB2B43;
}
.AnyTagClassName
{
color: #AB2B43;
}
</style>
background-color css
<style>
a { background-color: #AB2B43; }
a { background-color: rgb(171,43,67); }
div.DivClassName
{
background-color: #AB2B43;
}
.BgClassName
{
background-color: #AB2B43;
}
</style>
border-color css
<style>
span { border-color: #AB2B43; }
span { border-color: rgb(171,43,67); }
td.TdClassName
{
border-color: #AB2B43;
}
.TagClassName
{
border-color: #AB2B43;
}
</style>