Shades of Red Stage #AF532D
Tints of Red Stage #AF532D
RGB
CMYK
RGB Variations
Color information
#AF532D (or 0xAF532D) is known color: Red Stage. HEX triplet: AF, 53 and 2D. RGB value is (175,83,45). Sum of RGB (Red+Green+Blue) = 175+83+45=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF532D is #50ACD2. Grayscale: #6A6A6A. Windows color (decimal): -5287123 or 2970543. OLE color: 2970543.
HSL color Cylindrical-coordinate representation of color #AF532D: hue angle of 17.54º degrees, saturation: 0.59, 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 #AF532D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 45 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.31 |
| HSL | 17.54º | 0.59% | 0.43% | - |
| HSV(B) | 17.54º | 0.74% | 0.69% | - |
| XYZ | 21.25 | 15.49 | 4.35 | - |
| YUV | 106.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 45 | 0 | 0.53 | 0.74 | 0.31 | 17.54 | 0.59 | 0.43 |
| Hex | AF | 53 | 2D | 0 | 35 | 4A | 1F | 12 | 3B | 2B |
| Octal | 257 | 123 | 55 | 0 | 65 | 112 | 37 | 22 | 73 | 53 |
| Binary | 10101111 | 1010011 | 101101 | 0 | 110101 | 1001010 | 11111 | 10010 | 111011 | 101011 |
Color Harmonies of #AF532D
Complementary color
Monochromatic Colors of #AF532D
Black with #AF532D
Text Example
Text Example
White with #AF532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF532D; }
p { color: rgb(175,83,45); }
H1.HeaderClassName
{
color: #AF532D;
}
.AnyTagClassName
{
color: #AF532D;
}
</style>
background-color css
<style>
a { background-color: #AF532D; }
a { background-color: rgb(175,83,45); }
div.DivClassName
{
background-color: #AF532D;
}
.BgClassName
{
background-color: #AF532D;
}
</style>
border-color css
<style>
span { border-color: #AF532D; }
span { border-color: rgb(175,83,45); }
td.TdClassName
{
border-color: #AF532D;
}
.TagClassName
{
border-color: #AF532D;
}
</style>