Shades of Red Stage #AF502E
Tints of Red Stage #AF502E
RGB
CMYK
RGB Variations
Color information
#AF502E (or 0xAF502E) is known color: Red Stage. HEX triplet: AF, 50 and 2E. RGB value is (175,80,46). Sum of RGB (Red+Green+Blue) = 175+80+46=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF502E is #50AFD1. Grayscale: #686868. Windows color (decimal): -5287890 or 3035311. OLE color: 3035311.
HSL color Cylindrical-coordinate representation of color #AF502E: hue angle of 15.81º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF502E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 46 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.31 |
| HSL | 15.81º | 0.58% | 0.43% | - |
| HSV(B) | 15.81º | 0.74% | 0.69% | - |
| XYZ | 21.04 | 15.05 | 4.38 | - |
| YUV | 104.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 46 | 0 | 0.54 | 0.74 | 0.31 | 15.81 | 0.58 | 0.43 |
| Hex | AF | 50 | 2E | 0 | 36 | 4A | 1F | 10 | 3A | 2B |
| Octal | 257 | 120 | 56 | 0 | 66 | 112 | 37 | 20 | 72 | 53 |
| Binary | 10101111 | 1010000 | 101110 | 0 | 110110 | 1001010 | 11111 | 10000 | 111010 | 101011 |
Color Harmonies of #AF502E
Complementary color
Monochromatic Colors of #AF502E
Black with #AF502E
Text Example
Text Example
White with #AF502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF502E; }
p { color: rgb(175,80,46); }
H1.HeaderClassName
{
color: #AF502E;
}
.AnyTagClassName
{
color: #AF502E;
}
</style>
background-color css
<style>
a { background-color: #AF502E; }
a { background-color: rgb(175,80,46); }
div.DivClassName
{
background-color: #AF502E;
}
.BgClassName
{
background-color: #AF502E;
}
</style>
border-color css
<style>
span { border-color: #AF502E; }
span { border-color: rgb(175,80,46); }
td.TdClassName
{
border-color: #AF502E;
}
.TagClassName
{
border-color: #AF502E;
}
</style>