Shades of Red Stage #AF502F
Tints of Red Stage #AF502F
RGB
CMYK
RGB Variations
Color information
#AF502F (or 0xAF502F) is known color: Red Stage. HEX triplet: AF, 50 and 2F. RGB value is (175,80,47). Sum of RGB (Red+Green+Blue) = 175+80+47=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF502F is #50AFD0. Grayscale: #686868. Windows color (decimal): -5287889 or 3100847. OLE color: 3100847.
HSL color Cylindrical-coordinate representation of color #AF502F: hue angle of 15.47º 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 #AF502F is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 47 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.31 |
| HSL | 15.47º | 0.58% | 0.44% | - |
| HSV(B) | 15.47º | 0.73% | 0.69% | - |
| XYZ | 21.06 | 15.06 | 4.49 | - |
| YUV | 104.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 47 | 0 | 0.54 | 0.73 | 0.31 | 15.47 | 0.58 | 0.44 |
| Hex | AF | 50 | 2F | 0 | 36 | 49 | 1F | F | 3A | 2C |
| Octal | 257 | 120 | 57 | 0 | 66 | 111 | 37 | 17 | 72 | 54 |
| Binary | 10101111 | 1010000 | 101111 | 0 | 110110 | 1001001 | 11111 | 1111 | 111010 | 101100 |
Color Harmonies of #AF502F
Complementary color
Monochromatic Colors of #AF502F
Black with #AF502F
Text Example
Text Example
White with #AF502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF502F; }
p { color: rgb(175,80,47); }
H1.HeaderClassName
{
color: #AF502F;
}
.AnyTagClassName
{
color: #AF502F;
}
</style>
background-color css
<style>
a { background-color: #AF502F; }
a { background-color: rgb(175,80,47); }
div.DivClassName
{
background-color: #AF502F;
}
.BgClassName
{
background-color: #AF502F;
}
</style>
border-color css
<style>
span { border-color: #AF502F; }
span { border-color: rgb(175,80,47); }
td.TdClassName
{
border-color: #AF502F;
}
.TagClassName
{
border-color: #AF502F;
}
</style>