Shades of Guardsman Red #AF292E
Tints of Guardsman Red #AF292E
RGB
CMYK
RGB Variations
Color information
#AF292E (or 0xAF292E) is known color: Guardsman Red. HEX triplet: AF, 29 and 2E. RGB value is (175,41,46). Sum of RGB (Red+Green+Blue) = 175+41+46=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF292E is #50D6D1. Grayscale: #515151. Windows color (decimal): -5297874 or 3025327. OLE color: 3025327.
HSL color Cylindrical-coordinate representation of color #AF292E: hue angle of 357.76º 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 #AF292E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 46 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.31 |
| HSL | 357.76º | 0.62% | 0.42% | - |
| HSV(B) | 357.76º | 0.77% | 0.69% | - |
| XYZ | 18.97 | 10.9 | 3.69 | - |
| YUV | 81.64 | 107.89 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 46 | 0 | 0.77 | 0.74 | 0.31 | 357.76 | 0.62 | 0.42 |
| Hex | AF | 29 | 2E | 0 | 4D | 4A | 1F | 166 | 3E | 2A |
| Octal | 257 | 51 | 56 | 0 | 115 | 112 | 37 | 546 | 76 | 52 |
| Binary | 10101111 | 101001 | 101110 | 0 | 1001101 | 1001010 | 11111 | 101100110 | 111110 | 101010 |
Color Harmonies of #AF292E
Complementary color
Monochromatic Colors of #AF292E
Black with #AF292E
Text Example
Text Example
White with #AF292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF292E; }
p { color: rgb(175,41,46); }
H1.HeaderClassName
{
color: #AF292E;
}
.AnyTagClassName
{
color: #AF292E;
}
</style>
background-color css
<style>
a { background-color: #AF292E; }
a { background-color: rgb(175,41,46); }
div.DivClassName
{
background-color: #AF292E;
}
.BgClassName
{
background-color: #AF292E;
}
</style>
border-color css
<style>
span { border-color: #AF292E; }
span { border-color: rgb(175,41,46); }
td.TdClassName
{
border-color: #AF292E;
}
.TagClassName
{
border-color: #AF292E;
}
</style>