Shades of Red Stage #AF512C
Tints of Red Stage #AF512C
RGB
CMYK
RGB Variations
Color information
#AF512C (or 0xAF512C) is known color: Red Stage. HEX triplet: AF, 51 and 2C. RGB value is (175,81,44). Sum of RGB (Red+Green+Blue) = 175+81+44=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF512C is #50AED3. Grayscale: #696969. Windows color (decimal): -5287636 or 2904495. OLE color: 2904495.
HSL color Cylindrical-coordinate representation of color #AF512C: hue angle of 16.95º 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 #AF512C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 81 | 44 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.31 |
| HSL | 16.95º | 0.6% | 0.43% | - |
| HSV(B) | 16.95º | 0.75% | 0.69% | - |
| XYZ | 21.08 | 15.18 | 4.2 | - |
| YUV | 104.89 | 93.64 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 44 | 0 | 0.54 | 0.75 | 0.31 | 16.95 | 0.6 | 0.43 |
| Hex | AF | 51 | 2C | 0 | 36 | 4B | 1F | 11 | 3C | 2B |
| Octal | 257 | 121 | 54 | 0 | 66 | 113 | 37 | 21 | 74 | 53 |
| Binary | 10101111 | 1010001 | 101100 | 0 | 110110 | 1001011 | 11111 | 10001 | 111100 | 101011 |
Color Harmonies of #AF512C
Complementary color
Monochromatic Colors of #AF512C
Black with #AF512C
Text Example
Text Example
White with #AF512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF512C; }
p { color: rgb(175,81,44); }
H1.HeaderClassName
{
color: #AF512C;
}
.AnyTagClassName
{
color: #AF512C;
}
</style>
background-color css
<style>
a { background-color: #AF512C; }
a { background-color: rgb(175,81,44); }
div.DivClassName
{
background-color: #AF512C;
}
.BgClassName
{
background-color: #AF512C;
}
</style>
border-color css
<style>
span { border-color: #AF512C; }
span { border-color: rgb(175,81,44); }
td.TdClassName
{
border-color: #AF512C;
}
.TagClassName
{
border-color: #AF512C;
}
</style>