Shades of Red Stage #AF4A33
Tints of Red Stage #AF4A33
RGB
CMYK
RGB Variations
Color information
#AF4A33 (or 0xAF4A33) is known color: Red Stage. HEX triplet: AF, 4A and 33. RGB value is (175,74,51). Sum of RGB (Red+Green+Blue) = 175+74+51=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A33 is #50B5CC. Grayscale: #656565. Windows color (decimal): -5289421 or 3361455. OLE color: 3361455.
HSL color Cylindrical-coordinate representation of color #AF4A33: hue angle of 11.13º degrees, saturation: 0.55, 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 #AF4A33 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 51 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.31 |
| HSL | 11.13º | 0.55% | 0.44% | - |
| HSV(B) | 11.13º | 0.71% | 0.69% | - |
| XYZ | 20.73 | 14.25 | 4.79 | - |
| YUV | 101.58 | 99.46 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 51 | 0 | 0.58 | 0.71 | 0.31 | 11.13 | 0.55 | 0.44 |
| Hex | AF | 4A | 33 | 0 | 3A | 47 | 1F | B | 37 | 2C |
| Octal | 257 | 112 | 63 | 0 | 72 | 107 | 37 | 13 | 67 | 54 |
| Binary | 10101111 | 1001010 | 110011 | 0 | 111010 | 1000111 | 11111 | 1011 | 110111 | 101100 |
Color Harmonies of #AF4A33
Complementary color
Monochromatic Colors of #AF4A33
Black with #AF4A33
Text Example
Text Example
White with #AF4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A33; }
p { color: rgb(175,74,51); }
H1.HeaderClassName
{
color: #AF4A33;
}
.AnyTagClassName
{
color: #AF4A33;
}
</style>
background-color css
<style>
a { background-color: #AF4A33; }
a { background-color: rgb(175,74,51); }
div.DivClassName
{
background-color: #AF4A33;
}
.BgClassName
{
background-color: #AF4A33;
}
</style>
border-color css
<style>
span { border-color: #AF4A33; }
span { border-color: rgb(175,74,51); }
td.TdClassName
{
border-color: #AF4A33;
}
.TagClassName
{
border-color: #AF4A33;
}
</style>