Shades of Old Rose #AB2341
Tints of Old Rose #AB2341
RGB
CMYK
RGB Variations
Color information
#AB2341 (or 0xAB2341) is known color: Old Rose. HEX triplet: AB, 23 and 41. RGB value is (171,35,65). Sum of RGB (Red+Green+Blue) = 171+35+65=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2341 is #54DCBE. Grayscale: #4F4F4F. Windows color (decimal): -5561535 or 4268971. OLE color: 4268971.
HSL color Cylindrical-coordinate representation of color #AB2341: hue angle of 346.76º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2341 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 65 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.33 |
| HSL | 346.76º | 0.66% | 0.4% | - |
| HSV(B) | 346.76º | 0.8% | 0.67% | - |
| XYZ | 18.35 | 10.24 | 6.01 | - |
| YUV | 79.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 65 | 0 | 0.80 | 0.62 | 0.33 | 346.76 | 0.66 | 0.4 |
| Hex | AB | 23 | 41 | 0 | 50 | 3E | 21 | 15B | 42 | 28 |
| Octal | 253 | 43 | 101 | 0 | 120 | 76 | 41 | 533 | 102 | 50 |
| Binary | 10101011 | 100011 | 1000001 | 0 | 1010000 | 111110 | 100001 | 101011011 | 1000010 | 101000 |
Color Harmonies of #AB2341
Complementary color
Monochromatic Colors of #AB2341
Black with #AB2341
Text Example
Text Example
White with #AB2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2341; }
p { color: rgb(171,35,65); }
H1.HeaderClassName
{
color: #AB2341;
}
.AnyTagClassName
{
color: #AB2341;
}
</style>
background-color css
<style>
a { background-color: #AB2341; }
a { background-color: rgb(171,35,65); }
div.DivClassName
{
background-color: #AB2341;
}
.BgClassName
{
background-color: #AB2341;
}
</style>
border-color css
<style>
span { border-color: #AB2341; }
span { border-color: rgb(171,35,65); }
td.TdClassName
{
border-color: #AB2341;
}
.TagClassName
{
border-color: #AB2341;
}
</style>