Shades of Red Stage #AF4E32
Tints of Red Stage #AF4E32
RGB
CMYK
RGB Variations
Color information
#AF4E32 (or 0xAF4E32) is known color: Red Stage. HEX triplet: AF, 4E and 32. RGB value is (175,78,50). Sum of RGB (Red+Green+Blue) = 175+78+50=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E32 is #50B1CD. Grayscale: #686868. Windows color (decimal): -5288398 or 3296943. OLE color: 3296943.
HSL color Cylindrical-coordinate representation of color #AF4E32: hue angle of 13.44º 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 #AF4E32 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 78 | 50 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.31 |
| HSL | 13.44º | 0.56% | 0.44% | - |
| HSV(B) | 13.44º | 0.71% | 0.69% | - |
| XYZ | 20.98 | 14.79 | 4.77 | - |
| YUV | 103.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 50 | 0 | 0.55 | 0.71 | 0.31 | 13.44 | 0.56 | 0.44 |
| Hex | AF | 4E | 32 | 0 | 37 | 47 | 1F | D | 38 | 2C |
| Octal | 257 | 116 | 62 | 0 | 67 | 107 | 37 | 15 | 70 | 54 |
| Binary | 10101111 | 1001110 | 110010 | 0 | 110111 | 1000111 | 11111 | 1101 | 111000 | 101100 |
Color Harmonies of #AF4E32
Complementary color
Monochromatic Colors of #AF4E32
Black with #AF4E32
Text Example
Text Example
White with #AF4E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4E32; }
p { color: rgb(175,78,50); }
H1.HeaderClassName
{
color: #AF4E32;
}
.AnyTagClassName
{
color: #AF4E32;
}
</style>
background-color css
<style>
a { background-color: #AF4E32; }
a { background-color: rgb(175,78,50); }
div.DivClassName
{
background-color: #AF4E32;
}
.BgClassName
{
background-color: #AF4E32;
}
</style>
border-color css
<style>
span { border-color: #AF4E32; }
span { border-color: rgb(175,78,50); }
td.TdClassName
{
border-color: #AF4E32;
}
.TagClassName
{
border-color: #AF4E32;
}
</style>