Shades of Red Stage #AF552B
Tints of Red Stage #AF552B
RGB
CMYK
RGB Variations
Color information
#AF552B (or 0xAF552B) is known color: Red Stage. HEX triplet: AF, 55 and 2B. RGB value is (175,85,43). Sum of RGB (Red+Green+Blue) = 175+85+43=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF552B is #50AAD4. Grayscale: #6B6B6B. Windows color (decimal): -5286613 or 2839983. OLE color: 2839983.
HSL color Cylindrical-coordinate representation of color #AF552B: hue angle of 19.09º 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 #AF552B is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 85 | 43 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.31 |
| HSL | 19.09º | 0.61% | 0.43% | - |
| HSV(B) | 19.09º | 0.75% | 0.69% | - |
| XYZ | 21.36 | 15.79 | 4.21 | - |
| YUV | 107.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 43 | 0 | 0.51 | 0.75 | 0.31 | 19.09 | 0.61 | 0.43 |
| Hex | AF | 55 | 2B | 0 | 33 | 4B | 1F | 13 | 3D | 2B |
| Octal | 257 | 125 | 53 | 0 | 63 | 113 | 37 | 23 | 75 | 53 |
| Binary | 10101111 | 1010101 | 101011 | 0 | 110011 | 1001011 | 11111 | 10011 | 111101 | 101011 |
Color Harmonies of #AF552B
Complementary color
Monochromatic Colors of #AF552B
Black with #AF552B
Text Example
Text Example
White with #AF552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF552B; }
p { color: rgb(175,85,43); }
H1.HeaderClassName
{
color: #AF552B;
}
.AnyTagClassName
{
color: #AF552B;
}
</style>
background-color css
<style>
a { background-color: #AF552B; }
a { background-color: rgb(175,85,43); }
div.DivClassName
{
background-color: #AF552B;
}
.BgClassName
{
background-color: #AF552B;
}
</style>
border-color css
<style>
span { border-color: #AF552B; }
span { border-color: rgb(175,85,43); }
td.TdClassName
{
border-color: #AF552B;
}
.TagClassName
{
border-color: #AF552B;
}
</style>