Shades of Red Stage #AF512F
Tints of Red Stage #AF512F
RGB
CMYK
RGB Variations
Color information
#AF512F (or 0xAF512F) is known color: Red Stage. HEX triplet: AF, 51 and 2F. RGB value is (175,81,47). Sum of RGB (Red+Green+Blue) = 175+81+47=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF512F is #50AED0. Grayscale: #696969. Windows color (decimal): -5287633 or 3101103. OLE color: 3101103.
HSL color Cylindrical-coordinate representation of color #AF512F: hue angle of 15.94º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF512F is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 47 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.31 |
| HSL | 15.94º | 0.58% | 0.44% | - |
| HSV(B) | 15.94º | 0.73% | 0.69% | - |
| XYZ | 21.13 | 15.2 | 4.51 | - |
| YUV | 105.23 | 95.14 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 47 | 0 | 0.54 | 0.73 | 0.31 | 15.94 | 0.58 | 0.44 |
| Hex | AF | 51 | 2F | 0 | 36 | 49 | 1F | 10 | 3A | 2C |
| Octal | 257 | 121 | 57 | 0 | 66 | 111 | 37 | 20 | 72 | 54 |
| Binary | 10101111 | 1010001 | 101111 | 0 | 110110 | 1001001 | 11111 | 10000 | 111010 | 101100 |
Color Harmonies of #AF512F
Complementary color
Monochromatic Colors of #AF512F
Black with #AF512F
Text Example
Text Example
White with #AF512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF512F; }
p { color: rgb(175,81,47); }
H1.HeaderClassName
{
color: #AF512F;
}
.AnyTagClassName
{
color: #AF512F;
}
</style>
background-color css
<style>
a { background-color: #AF512F; }
a { background-color: rgb(175,81,47); }
div.DivClassName
{
background-color: #AF512F;
}
.BgClassName
{
background-color: #AF512F;
}
</style>
border-color css
<style>
span { border-color: #AF512F; }
span { border-color: rgb(175,81,47); }
td.TdClassName
{
border-color: #AF512F;
}
.TagClassName
{
border-color: #AF512F;
}
</style>