Shades of Old Rose #AB263F
Tints of Old Rose #AB263F
RGB
CMYK
RGB Variations
Color information
#AB263F (or 0xAB263F) is known color: Old Rose. HEX triplet: AB, 26 and 3F. RGB value is (171,38,63). Sum of RGB (Red+Green+Blue) = 171+38+63=272 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.87% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 171 - color contains mainly: red. Hex color #AB263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB263F is #54D9C0. Grayscale: #505050. Windows color (decimal): -5560769 or 4138667. OLE color: 4138667.
HSL color Cylindrical-coordinate representation of color #AB263F: hue angle of 348.72º 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 #AB263F is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 63 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.33 |
| HSL | 348.72º | 0.64% | 0.41% | - |
| HSV(B) | 348.72º | 0.78% | 0.67% | - |
| XYZ | 18.38 | 10.4 | 5.74 | - |
| YUV | 80.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 63 | 0 | 0.78 | 0.63 | 0.33 | 348.72 | 0.64 | 0.41 |
| Hex | AB | 26 | 3F | 0 | 4E | 3F | 21 | 15D | 40 | 29 |
| Octal | 253 | 46 | 77 | 0 | 116 | 77 | 41 | 535 | 100 | 51 |
| Binary | 10101011 | 100110 | 111111 | 0 | 1001110 | 111111 | 100001 | 101011101 | 1000000 | 101001 |
Color Harmonies of #AB263F
Complementary color
Monochromatic Colors of #AB263F
Black with #AB263F
Text Example
Text Example
White with #AB263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB263F; }
p { color: rgb(171,38,63); }
H1.HeaderClassName
{
color: #AB263F;
}
.AnyTagClassName
{
color: #AB263F;
}
</style>
background-color css
<style>
a { background-color: #AB263F; }
a { background-color: rgb(171,38,63); }
div.DivClassName
{
background-color: #AB263F;
}
.BgClassName
{
background-color: #AB263F;
}
</style>
border-color css
<style>
span { border-color: #AB263F; }
span { border-color: rgb(171,38,63); }
td.TdClassName
{
border-color: #AB263F;
}
.TagClassName
{
border-color: #AB263F;
}
</style>