Shades of Old Rose #AF2940
Tints of Old Rose #AF2940
RGB
CMYK
RGB Variations
Color information
#AF2940 (or 0xAF2940) is known color: Old Rose. HEX triplet: AF, 29 and 40. RGB value is (175,41,64). Sum of RGB (Red+Green+Blue) = 175+41+64=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2940 is #50D6BF. Grayscale: #535353. Windows color (decimal): -5297856 or 4204975. OLE color: 4204975.
HSL color Cylindrical-coordinate representation of color #AF2940: hue angle of 349.7º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2940 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 64 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.31 |
| HSL | 349.7º | 0.62% | 0.42% | - |
| HSV(B) | 349.7º | 0.77% | 0.69% | - |
| XYZ | 19.4 | 11.07 | 5.96 | - |
| YUV | 83.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 64 | 0 | 0.77 | 0.63 | 0.31 | 349.7 | 0.62 | 0.42 |
| Hex | AF | 29 | 40 | 0 | 4D | 3F | 1F | 15E | 3E | 2A |
| Octal | 257 | 51 | 100 | 0 | 115 | 77 | 37 | 536 | 76 | 52 |
| Binary | 10101111 | 101001 | 1000000 | 0 | 1001101 | 111111 | 11111 | 101011110 | 111110 | 101010 |
Color Harmonies of #AF2940
Complementary color
Monochromatic Colors of #AF2940
Black with #AF2940
Text Example
Text Example
White with #AF2940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2940; }
p { color: rgb(175,41,64); }
H1.HeaderClassName
{
color: #AF2940;
}
.AnyTagClassName
{
color: #AF2940;
}
</style>
background-color css
<style>
a { background-color: #AF2940; }
a { background-color: rgb(175,41,64); }
div.DivClassName
{
background-color: #AF2940;
}
.BgClassName
{
background-color: #AF2940;
}
</style>
border-color css
<style>
span { border-color: #AF2940; }
span { border-color: rgb(175,41,64); }
td.TdClassName
{
border-color: #AF2940;
}
.TagClassName
{
border-color: #AF2940;
}
</style>