Shades of Old Rose #AB253F
Tints of Old Rose #AB253F
RGB
CMYK
RGB Variations
Color information
#AB253F (or 0xAB253F) is known color: Old Rose. HEX triplet: AB, 25 and 3F. RGB value is (171,37,63). Sum of RGB (Red+Green+Blue) = 171+37+63=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253F is #54DAC0. Grayscale: #505050. Windows color (decimal): -5561025 or 4138411. OLE color: 4138411.
HSL color Cylindrical-coordinate representation of color #AB253F: hue angle of 348.36º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB253F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 63 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.33 |
| HSL | 348.36º | 0.64% | 0.41% | - |
| HSV(B) | 348.36º | 0.78% | 0.67% | - |
| XYZ | 18.35 | 10.34 | 5.73 | - |
| YUV | 80.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 63 | 0 | 0.78 | 0.63 | 0.33 | 348.36 | 0.64 | 0.41 |
| Hex | AB | 25 | 3F | 0 | 4E | 3F | 21 | 15C | 40 | 29 |
| Octal | 253 | 45 | 77 | 0 | 116 | 77 | 41 | 534 | 100 | 51 |
| Binary | 10101011 | 100101 | 111111 | 0 | 1001110 | 111111 | 100001 | 101011100 | 1000000 | 101001 |
Color Harmonies of #AB253F
Complementary color
Monochromatic Colors of #AB253F
Black with #AB253F
Text Example
Text Example
White with #AB253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB253F; }
p { color: rgb(171,37,63); }
H1.HeaderClassName
{
color: #AB253F;
}
.AnyTagClassName
{
color: #AB253F;
}
</style>
background-color css
<style>
a { background-color: #AB253F; }
a { background-color: rgb(171,37,63); }
div.DivClassName
{
background-color: #AB253F;
}
.BgClassName
{
background-color: #AB253F;
}
</style>
border-color css
<style>
span { border-color: #AB253F; }
span { border-color: rgb(171,37,63); }
td.TdClassName
{
border-color: #AB253F;
}
.TagClassName
{
border-color: #AB253F;
}
</style>