Shades of Guardsman Red #AF282F
Tints of Guardsman Red #AF282F
RGB
CMYK
RGB Variations
Color information
#AF282F (or 0xAF282F) is known color: Guardsman Red. HEX triplet: AF, 28 and 2F. RGB value is (175,40,47). Sum of RGB (Red+Green+Blue) = 175+40+47=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF282F is #50D7D0. Grayscale: #515151. Windows color (decimal): -5298129 or 3090607. OLE color: 3090607.
HSL color Cylindrical-coordinate representation of color #AF282F: hue angle of 356.89º degrees, saturation: 0.63, 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 #AF282F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 47 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.31 |
| HSL | 356.89º | 0.63% | 0.42% | - |
| HSV(B) | 356.89º | 0.77% | 0.69% | - |
| XYZ | 18.95 | 10.84 | 3.78 | - |
| YUV | 81.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 47 | 0 | 0.77 | 0.73 | 0.31 | 356.89 | 0.63 | 0.42 |
| Hex | AF | 28 | 2F | 0 | 4D | 49 | 1F | 165 | 3F | 2A |
| Octal | 257 | 50 | 57 | 0 | 115 | 111 | 37 | 545 | 77 | 52 |
| Binary | 10101111 | 101000 | 101111 | 0 | 1001101 | 1001001 | 11111 | 101100101 | 111111 | 101010 |
Color Harmonies of #AF282F
Complementary color
Monochromatic Colors of #AF282F
Black with #AF282F
Text Example
Text Example
White with #AF282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF282F; }
p { color: rgb(175,40,47); }
H1.HeaderClassName
{
color: #AF282F;
}
.AnyTagClassName
{
color: #AF282F;
}
</style>
background-color css
<style>
a { background-color: #AF282F; }
a { background-color: rgb(175,40,47); }
div.DivClassName
{
background-color: #AF282F;
}
.BgClassName
{
background-color: #AF282F;
}
</style>
border-color css
<style>
span { border-color: #AF282F; }
span { border-color: rgb(175,40,47); }
td.TdClassName
{
border-color: #AF282F;
}
.TagClassName
{
border-color: #AF282F;
}
</style>