Shades of Red Stage #AF532A
Tints of Red Stage #AF532A
RGB
CMYK
RGB Variations
Color information
#AF532A (or 0xAF532A) is known color: Red Stage. HEX triplet: AF, 53 and 2A. RGB value is (175,83,42). Sum of RGB (Red+Green+Blue) = 175+83+42=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF532A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF532A is #50ACD5. Grayscale: #6A6A6A. Windows color (decimal): -5287126 or 2773935. OLE color: 2773935.
HSL color Cylindrical-coordinate representation of color #AF532A: hue angle of 18.5º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF532A is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 42 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.31 |
| HSL | 18.5º | 0.61% | 0.43% | - |
| HSV(B) | 18.5º | 0.76% | 0.69% | - |
| XYZ | 21.19 | 15.47 | 4.06 | - |
| YUV | 105.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 42 | 0 | 0.53 | 0.76 | 0.31 | 18.5 | 0.61 | 0.43 |
| Hex | AF | 53 | 2A | 0 | 35 | 4C | 1F | 12 | 3D | 2B |
| Octal | 257 | 123 | 52 | 0 | 65 | 114 | 37 | 22 | 75 | 53 |
| Binary | 10101111 | 1010011 | 101010 | 0 | 110101 | 1001100 | 11111 | 10010 | 111101 | 101011 |
Color Harmonies of #AF532A
Complementary color
Monochromatic Colors of #AF532A
Black with #AF532A
Text Example
Text Example
White with #AF532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF532A; }
p { color: rgb(175,83,42); }
H1.HeaderClassName
{
color: #AF532A;
}
.AnyTagClassName
{
color: #AF532A;
}
</style>
background-color css
<style>
a { background-color: #AF532A; }
a { background-color: rgb(175,83,42); }
div.DivClassName
{
background-color: #AF532A;
}
.BgClassName
{
background-color: #AF532A;
}
</style>
border-color css
<style>
span { border-color: #AF532A; }
span { border-color: rgb(175,83,42); }
td.TdClassName
{
border-color: #AF532A;
}
.TagClassName
{
border-color: #AF532A;
}
</style>