Shades of Red Stage #AF5031
Tints of Red Stage #AF5031
RGB
CMYK
RGB Variations
Color information
#AF5031 (or 0xAF5031) is known color: Red Stage. HEX triplet: AF, 50 and 31. RGB value is (175,80,49). Sum of RGB (Red+Green+Blue) = 175+80+49=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5031 is #50AFCE. Grayscale: #696969. Windows color (decimal): -5287887 or 3231919. OLE color: 3231919.
HSL color Cylindrical-coordinate representation of color #AF5031: hue angle of 14.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF5031 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 49 | - |
| CMYK | 0 | 0.54 | 0.72 | 0.31 |
| HSL | 14.76º | 0.56% | 0.44% | - |
| HSV(B) | 14.76º | 0.72% | 0.69% | - |
| XYZ | 21.1 | 15.07 | 4.7 | - |
| YUV | 104.87 | 96.47 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 49 | 0 | 0.54 | 0.72 | 0.31 | 14.76 | 0.56 | 0.44 |
| Hex | AF | 50 | 31 | 0 | 36 | 48 | 1F | F | 38 | 2C |
| Octal | 257 | 120 | 61 | 0 | 66 | 110 | 37 | 17 | 70 | 54 |
| Binary | 10101111 | 1010000 | 110001 | 0 | 110110 | 1001000 | 11111 | 1111 | 111000 | 101100 |
Color Harmonies of #AF5031
Complementary color
Monochromatic Colors of #AF5031
Black with #AF5031
Text Example
Text Example
White with #AF5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5031; }
p { color: rgb(175,80,49); }
H1.HeaderClassName
{
color: #AF5031;
}
.AnyTagClassName
{
color: #AF5031;
}
</style>
background-color css
<style>
a { background-color: #AF5031; }
a { background-color: rgb(175,80,49); }
div.DivClassName
{
background-color: #AF5031;
}
.BgClassName
{
background-color: #AF5031;
}
</style>
border-color css
<style>
span { border-color: #AF5031; }
span { border-color: rgb(175,80,49); }
td.TdClassName
{
border-color: #AF5031;
}
.TagClassName
{
border-color: #AF5031;
}
</style>