Shades of Red Stage #AF542B
Tints of Red Stage #AF542B
RGB
CMYK
RGB Variations
Color information
#AF542B (or 0xAF542B) is known color: Red Stage. HEX triplet: AF, 54 and 2B. RGB value is (175,84,43). Sum of RGB (Red+Green+Blue) = 175+84+43=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF542B is #50ABD4. Grayscale: #6A6A6A. Windows color (decimal): -5286869 or 2839727. OLE color: 2839727.
HSL color Cylindrical-coordinate representation of color #AF542B: hue angle of 18.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF542B is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 84 | 43 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.31 |
| HSL | 18.64º | 0.61% | 0.43% | - |
| HSV(B) | 18.64º | 0.75% | 0.69% | - |
| XYZ | 21.29 | 15.63 | 4.18 | - |
| YUV | 106.54 | 92.15 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 43 | 0 | 0.52 | 0.75 | 0.31 | 18.64 | 0.61 | 0.43 |
| Hex | AF | 54 | 2B | 0 | 34 | 4B | 1F | 13 | 3D | 2B |
| Octal | 257 | 124 | 53 | 0 | 64 | 113 | 37 | 23 | 75 | 53 |
| Binary | 10101111 | 1010100 | 101011 | 0 | 110100 | 1001011 | 11111 | 10011 | 111101 | 101011 |
Color Harmonies of #AF542B
Complementary color
Monochromatic Colors of #AF542B
Black with #AF542B
Text Example
Text Example
White with #AF542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF542B; }
p { color: rgb(175,84,43); }
H1.HeaderClassName
{
color: #AF542B;
}
.AnyTagClassName
{
color: #AF542B;
}
</style>
background-color css
<style>
a { background-color: #AF542B; }
a { background-color: rgb(175,84,43); }
div.DivClassName
{
background-color: #AF542B;
}
.BgClassName
{
background-color: #AF542B;
}
</style>
border-color css
<style>
span { border-color: #AF542B; }
span { border-color: rgb(175,84,43); }
td.TdClassName
{
border-color: #AF542B;
}
.TagClassName
{
border-color: #AF542B;
}
</style>