Shades of Old Rose #AF2C3F
Tints of Old Rose #AF2C3F
RGB
CMYK
RGB Variations
Color information
#AF2C3F (or 0xAF2C3F) is known color: Old Rose. HEX triplet: AF, 2C and 3F. RGB value is (175,44,63). Sum of RGB (Red+Green+Blue) = 175+44+63=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C3F is #50D3C0. Grayscale: #555555. Windows color (decimal): -5297089 or 4140207. OLE color: 4140207.
HSL color Cylindrical-coordinate representation of color #AF2C3F: hue angle of 351.3º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2C3F is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 63 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.31 |
| HSL | 351.3º | 0.6% | 0.43% | - |
| HSV(B) | 351.3º | 0.75% | 0.69% | - |
| XYZ | 19.48 | 11.27 | 5.85 | - |
| YUV | 85.34 | 115.4 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 63 | 0 | 0.75 | 0.64 | 0.31 | 351.3 | 0.6 | 0.43 |
| Hex | AF | 2C | 3F | 0 | 4B | 40 | 1F | 15F | 3C | 2B |
| Octal | 257 | 54 | 77 | 0 | 113 | 100 | 37 | 537 | 74 | 53 |
| Binary | 10101111 | 101100 | 111111 | 0 | 1001011 | 1000000 | 11111 | 101011111 | 111100 | 101011 |
Color Harmonies of #AF2C3F
Complementary color
Monochromatic Colors of #AF2C3F
Black with #AF2C3F
Text Example
Text Example
White with #AF2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C3F; }
p { color: rgb(175,44,63); }
H1.HeaderClassName
{
color: #AF2C3F;
}
.AnyTagClassName
{
color: #AF2C3F;
}
</style>
background-color css
<style>
a { background-color: #AF2C3F; }
a { background-color: rgb(175,44,63); }
div.DivClassName
{
background-color: #AF2C3F;
}
.BgClassName
{
background-color: #AF2C3F;
}
</style>
border-color css
<style>
span { border-color: #AF2C3F; }
span { border-color: rgb(175,44,63); }
td.TdClassName
{
border-color: #AF2C3F;
}
.TagClassName
{
border-color: #AF2C3F;
}
</style>