Shades of Red Stage #AF5030
Tints of Red Stage #AF5030
RGB
CMYK
RGB Variations
Color information
#AF5030 (or 0xAF5030) is known color: Red Stage. HEX triplet: AF, 50 and 30. RGB value is (175,80,48). Sum of RGB (Red+Green+Blue) = 175+80+48=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5030 is #50AFCF. Grayscale: #686868. Windows color (decimal): -5287888 or 3166383. OLE color: 3166383.
HSL color Cylindrical-coordinate representation of color #AF5030: hue angle of 15.12º degrees, saturation: 0.57, 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 #AF5030 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 48 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.31 |
| HSL | 15.12º | 0.57% | 0.44% | - |
| HSV(B) | 15.12º | 0.73% | 0.69% | - |
| XYZ | 21.08 | 15.06 | 4.59 | - |
| YUV | 104.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 48 | 0 | 0.54 | 0.73 | 0.31 | 15.12 | 0.57 | 0.44 |
| Hex | AF | 50 | 30 | 0 | 36 | 49 | 1F | F | 39 | 2C |
| Octal | 257 | 120 | 60 | 0 | 66 | 111 | 37 | 17 | 71 | 54 |
| Binary | 10101111 | 1010000 | 110000 | 0 | 110110 | 1001001 | 11111 | 1111 | 111001 | 101100 |
Color Harmonies of #AF5030
Complementary color
Monochromatic Colors of #AF5030
Black with #AF5030
Text Example
Text Example
White with #AF5030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5030; }
p { color: rgb(175,80,48); }
H1.HeaderClassName
{
color: #AF5030;
}
.AnyTagClassName
{
color: #AF5030;
}
</style>
background-color css
<style>
a { background-color: #AF5030; }
a { background-color: rgb(175,80,48); }
div.DivClassName
{
background-color: #AF5030;
}
.BgClassName
{
background-color: #AF5030;
}
</style>
border-color css
<style>
span { border-color: #AF5030; }
span { border-color: rgb(175,80,48); }
td.TdClassName
{
border-color: #AF5030;
}
.TagClassName
{
border-color: #AF5030;
}
</style>