Shades of Old Rose #AF2444
Tints of Old Rose #AF2444
RGB
CMYK
RGB Variations
Color information
#AF2444 (or 0xAF2444) is known color: Old Rose. HEX triplet: AF, 24 and 44. RGB value is (175,36,68). Sum of RGB (Red+Green+Blue) = 175+36+68=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2444 is #50DBBB. Grayscale: #515151. Windows color (decimal): -5299132 or 4465839. OLE color: 4465839.
HSL color Cylindrical-coordinate representation of color #AF2444: hue angle of 346.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2444 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 68 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.31 |
| HSL | 346.19º | 0.66% | 0.41% | - |
| HSV(B) | 346.19º | 0.79% | 0.69% | - |
| XYZ | 19.35 | 10.79 | 6.53 | - |
| YUV | 81.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 68 | 0 | 0.79 | 0.61 | 0.31 | 346.19 | 0.66 | 0.41 |
| Hex | AF | 24 | 44 | 0 | 4F | 3D | 1F | 15A | 42 | 29 |
| Octal | 257 | 44 | 104 | 0 | 117 | 75 | 37 | 532 | 102 | 51 |
| Binary | 10101111 | 100100 | 1000100 | 0 | 1001111 | 111101 | 11111 | 101011010 | 1000010 | 101001 |
Color Harmonies of #AF2444
Complementary color
Monochromatic Colors of #AF2444
Black with #AF2444
Text Example
Text Example
White with #AF2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2444; }
p { color: rgb(175,36,68); }
H1.HeaderClassName
{
color: #AF2444;
}
.AnyTagClassName
{
color: #AF2444;
}
</style>
background-color css
<style>
a { background-color: #AF2444; }
a { background-color: rgb(175,36,68); }
div.DivClassName
{
background-color: #AF2444;
}
.BgClassName
{
background-color: #AF2444;
}
</style>
border-color css
<style>
span { border-color: #AF2444; }
span { border-color: rgb(175,36,68); }
td.TdClassName
{
border-color: #AF2444;
}
.TagClassName
{
border-color: #AF2444;
}
</style>