Shades of Old Rose #AF1B49
Tints of Old Rose #AF1B49
RGB
CMYK
RGB Variations
Color information
#AF1B49 (or 0xAF1B49) is known color: Old Rose. HEX triplet: AF, 1B and 49. RGB value is (175,27,73). Sum of RGB (Red+Green+Blue) = 175+27+73=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B49 is #50E4B6. Grayscale: #4C4C4C. Windows color (decimal): -5301431 or 4791215. OLE color: 4791215.
HSL color Cylindrical-coordinate representation of color #AF1B49: hue angle of 341.35º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B49 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 73 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.31 |
| HSL | 341.35º | 0.73% | 0.4% | - |
| HSV(B) | 341.35º | 0.85% | 0.69% | - |
| XYZ | 19.27 | 10.38 | 7.29 | - |
| YUV | 76.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 73 | 0 | 0.85 | 0.58 | 0.31 | 341.35 | 0.73 | 0.4 |
| Hex | AF | 1B | 49 | 0 | 55 | 3A | 1F | 155 | 49 | 28 |
| Octal | 257 | 33 | 111 | 0 | 125 | 72 | 37 | 525 | 111 | 50 |
| Binary | 10101111 | 11011 | 1001001 | 0 | 1010101 | 111010 | 11111 | 101010101 | 1001001 | 101000 |
Color Harmonies of #AF1B49
Complementary color
Monochromatic Colors of #AF1B49
Black with #AF1B49
Text Example
Text Example
White with #AF1B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B49; }
p { color: rgb(175,27,73); }
H1.HeaderClassName
{
color: #AF1B49;
}
.AnyTagClassName
{
color: #AF1B49;
}
</style>
background-color css
<style>
a { background-color: #AF1B49; }
a { background-color: rgb(175,27,73); }
div.DivClassName
{
background-color: #AF1B49;
}
.BgClassName
{
background-color: #AF1B49;
}
</style>
border-color css
<style>
span { border-color: #AF1B49; }
span { border-color: rgb(175,27,73); }
td.TdClassName
{
border-color: #AF1B49;
}
.TagClassName
{
border-color: #AF1B49;
}
</style>