Shades of Old Rose #AB303F
Tints of Old Rose #AB303F
RGB
CMYK
RGB Variations
Color information
#AB303F (or 0xAB303F) is known color: Old Rose. HEX triplet: AB, 30 and 3F. RGB value is (171,48,63). Sum of RGB (Red+Green+Blue) = 171+48+63=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB303F is #54CFC0. Grayscale: #565656. Windows color (decimal): -5558209 or 4141227. OLE color: 4141227.
HSL color Cylindrical-coordinate representation of color #AB303F: hue angle of 352.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB303F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 63 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.33 |
| HSL | 352.68º | 0.56% | 0.43% | - |
| HSV(B) | 352.68º | 0.72% | 0.67% | - |
| XYZ | 18.75 | 11.13 | 5.86 | - |
| YUV | 86.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 63 | 0 | 0.72 | 0.63 | 0.33 | 352.68 | 0.56 | 0.43 |
| Hex | AB | 30 | 3F | 0 | 48 | 3F | 21 | 161 | 38 | 2B |
| Octal | 253 | 60 | 77 | 0 | 110 | 77 | 41 | 541 | 70 | 53 |
| Binary | 10101011 | 110000 | 111111 | 0 | 1001000 | 111111 | 100001 | 101100001 | 111000 | 101011 |
Color Harmonies of #AB303F
Complementary color
Monochromatic Colors of #AB303F
Black with #AB303F
Text Example
Text Example
White with #AB303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB303F; }
p { color: rgb(171,48,63); }
H1.HeaderClassName
{
color: #AB303F;
}
.AnyTagClassName
{
color: #AB303F;
}
</style>
background-color css
<style>
a { background-color: #AB303F; }
a { background-color: rgb(171,48,63); }
div.DivClassName
{
background-color: #AB303F;
}
.BgClassName
{
background-color: #AB303F;
}
</style>
border-color css
<style>
span { border-color: #AB303F; }
span { border-color: rgb(171,48,63); }
td.TdClassName
{
border-color: #AB303F;
}
.TagClassName
{
border-color: #AB303F;
}
</style>