Shades of Red Stage #AF532C
Tints of Red Stage #AF532C
RGB
CMYK
RGB Variations
Color information
#AF532C (or 0xAF532C) is known color: Red Stage. HEX triplet: AF, 53 and 2C. RGB value is (175,83,44). Sum of RGB (Red+Green+Blue) = 175+83+44=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF532C is #50ACD3. Grayscale: #6A6A6A. Windows color (decimal): -5287124 or 2905007. OLE color: 2905007.
HSL color Cylindrical-coordinate representation of color #AF532C: hue angle of 17.86º 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 #AF532C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 44 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.31 |
| HSL | 17.86º | 0.6% | 0.43% | - |
| HSV(B) | 17.86º | 0.75% | 0.69% | - |
| XYZ | 21.23 | 15.48 | 4.25 | - |
| YUV | 106.06 | 92.98 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 44 | 0 | 0.53 | 0.75 | 0.31 | 17.86 | 0.6 | 0.43 |
| Hex | AF | 53 | 2C | 0 | 35 | 4B | 1F | 12 | 3C | 2B |
| Octal | 257 | 123 | 54 | 0 | 65 | 113 | 37 | 22 | 74 | 53 |
| Binary | 10101111 | 1010011 | 101100 | 0 | 110101 | 1001011 | 11111 | 10010 | 111100 | 101011 |
Color Harmonies of #AF532C
Complementary color
Monochromatic Colors of #AF532C
Black with #AF532C
Text Example
Text Example
White with #AF532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF532C; }
p { color: rgb(175,83,44); }
H1.HeaderClassName
{
color: #AF532C;
}
.AnyTagClassName
{
color: #AF532C;
}
</style>
background-color css
<style>
a { background-color: #AF532C; }
a { background-color: rgb(175,83,44); }
div.DivClassName
{
background-color: #AF532C;
}
.BgClassName
{
background-color: #AF532C;
}
</style>
border-color css
<style>
span { border-color: #AF532C; }
span { border-color: rgb(175,83,44); }
td.TdClassName
{
border-color: #AF532C;
}
.TagClassName
{
border-color: #AF532C;
}
</style>