Shades of Guardsman Red #AF292B
Tints of Guardsman Red #AF292B
RGB
CMYK
RGB Variations
Color information
#AF292B (or 0xAF292B) is known color: Guardsman Red. HEX triplet: AF, 29 and 2B. RGB value is (175,41,43). Sum of RGB (Red+Green+Blue) = 175+41+43=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF292B is #50D6D4. Grayscale: #515151. Windows color (decimal): -5297877 or 2828719. OLE color: 2828719.
HSL color Cylindrical-coordinate representation of color #AF292B: hue angle of 359.1º 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 #AF292B is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 43 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.31 |
| HSL | 359.1º | 0.62% | 0.42% | - |
| HSV(B) | 359.1º | 0.77% | 0.69% | - |
| XYZ | 18.91 | 10.87 | 3.39 | - |
| YUV | 81.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 43 | 0 | 0.77 | 0.75 | 0.31 | 359.1 | 0.62 | 0.42 |
| Hex | AF | 29 | 2B | 0 | 4D | 4B | 1F | 167 | 3E | 2A |
| Octal | 257 | 51 | 53 | 0 | 115 | 113 | 37 | 547 | 76 | 52 |
| Binary | 10101111 | 101001 | 101011 | 0 | 1001101 | 1001011 | 11111 | 101100111 | 111110 | 101010 |
Color Harmonies of #AF292B
Complementary color
Monochromatic Colors of #AF292B
Black with #AF292B
Text Example
Text Example
White with #AF292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF292B; }
p { color: rgb(175,41,43); }
H1.HeaderClassName
{
color: #AF292B;
}
.AnyTagClassName
{
color: #AF292B;
}
</style>
background-color css
<style>
a { background-color: #AF292B; }
a { background-color: rgb(175,41,43); }
div.DivClassName
{
background-color: #AF292B;
}
.BgClassName
{
background-color: #AF292B;
}
</style>
border-color css
<style>
span { border-color: #AF292B; }
span { border-color: rgb(175,41,43); }
td.TdClassName
{
border-color: #AF292B;
}
.TagClassName
{
border-color: #AF292B;
}
</style>