Shades of Red Stage #AF4F32
Tints of Red Stage #AF4F32
RGB
CMYK
RGB Variations
Color information
#AF4F32 (or 0xAF4F32) is known color: Red Stage. HEX triplet: AF, 4F and 32. RGB value is (175,79,50). Sum of RGB (Red+Green+Blue) = 175+79+50=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F32 is #50B0CD. Grayscale: #686868. Windows color (decimal): -5288142 or 3297199. OLE color: 3297199.
HSL color Cylindrical-coordinate representation of color #AF4F32: hue angle of 13.92º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4F32 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 50 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.31 |
| HSL | 13.92º | 0.56% | 0.44% | - |
| HSV(B) | 13.92º | 0.71% | 0.69% | - |
| XYZ | 21.05 | 14.94 | 4.79 | - |
| YUV | 104.4 | 97.3 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 50 | 0 | 0.55 | 0.71 | 0.31 | 13.92 | 0.56 | 0.44 |
| Hex | AF | 4F | 32 | 0 | 37 | 47 | 1F | E | 38 | 2C |
| Octal | 257 | 117 | 62 | 0 | 67 | 107 | 37 | 16 | 70 | 54 |
| Binary | 10101111 | 1001111 | 110010 | 0 | 110111 | 1000111 | 11111 | 1110 | 111000 | 101100 |
Color Harmonies of #AF4F32
Complementary color
Monochromatic Colors of #AF4F32
Black with #AF4F32
Text Example
Text Example
White with #AF4F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F32; }
p { color: rgb(175,79,50); }
H1.HeaderClassName
{
color: #AF4F32;
}
.AnyTagClassName
{
color: #AF4F32;
}
</style>
background-color css
<style>
a { background-color: #AF4F32; }
a { background-color: rgb(175,79,50); }
div.DivClassName
{
background-color: #AF4F32;
}
.BgClassName
{
background-color: #AF4F32;
}
</style>
border-color css
<style>
span { border-color: #AF4F32; }
span { border-color: rgb(175,79,50); }
td.TdClassName
{
border-color: #AF4F32;
}
.TagClassName
{
border-color: #AF4F32;
}
</style>