Shades of Guardsman Red #AF292F
Tints of Guardsman Red #AF292F
RGB
CMYK
RGB Variations
Color information
#AF292F (or 0xAF292F) is known color: Guardsman Red. HEX triplet: AF, 29 and 2F. RGB value is (175,41,47). Sum of RGB (Red+Green+Blue) = 175+41+47=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF292F is #50D6D0. Grayscale: #515151. Windows color (decimal): -5297873 or 3090863. OLE color: 3090863.
HSL color Cylindrical-coordinate representation of color #AF292F: hue angle of 357.31º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF292F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 47 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.31 |
| HSL | 357.31º | 0.62% | 0.42% | - |
| HSV(B) | 357.31º | 0.77% | 0.69% | - |
| XYZ | 18.99 | 10.91 | 3.79 | - |
| YUV | 81.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 47 | 0 | 0.77 | 0.73 | 0.31 | 357.31 | 0.62 | 0.42 |
| Hex | AF | 29 | 2F | 0 | 4D | 49 | 1F | 165 | 3E | 2A |
| Octal | 257 | 51 | 57 | 0 | 115 | 111 | 37 | 545 | 76 | 52 |
| Binary | 10101111 | 101001 | 101111 | 0 | 1001101 | 1001001 | 11111 | 101100101 | 111110 | 101010 |
Color Harmonies of #AF292F
Complementary color
Monochromatic Colors of #AF292F
Black with #AF292F
Text Example
Text Example
White with #AF292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF292F; }
p { color: rgb(175,41,47); }
H1.HeaderClassName
{
color: #AF292F;
}
.AnyTagClassName
{
color: #AF292F;
}
</style>
background-color css
<style>
a { background-color: #AF292F; }
a { background-color: rgb(175,41,47); }
div.DivClassName
{
background-color: #AF292F;
}
.BgClassName
{
background-color: #AF292F;
}
</style>
border-color css
<style>
span { border-color: #AF292F; }
span { border-color: rgb(175,41,47); }
td.TdClassName
{
border-color: #AF292F;
}
.TagClassName
{
border-color: #AF292F;
}
</style>