Shades of Guardsman Red #AF282D
Tints of Guardsman Red #AF282D
RGB
CMYK
RGB Variations
Color information
#AF282D (or 0xAF282D) is known color: Guardsman Red. HEX triplet: AF, 28 and 2D. RGB value is (175,40,45). Sum of RGB (Red+Green+Blue) = 175+40+45=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF282D is #50D7D2. Grayscale: #515151. Windows color (decimal): -5298131 or 2959535. OLE color: 2959535.
HSL color Cylindrical-coordinate representation of color #AF282D: hue angle of 357.78º 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 #AF282D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 45 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.31 |
| HSL | 357.78º | 0.63% | 0.42% | - |
| HSV(B) | 357.78º | 0.77% | 0.69% | - |
| XYZ | 18.91 | 10.82 | 3.57 | - |
| YUV | 80.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 45 | 0 | 0.77 | 0.74 | 0.31 | 357.78 | 0.63 | 0.42 |
| Hex | AF | 28 | 2D | 0 | 4D | 4A | 1F | 166 | 3F | 2A |
| Octal | 257 | 50 | 55 | 0 | 115 | 112 | 37 | 546 | 77 | 52 |
| Binary | 10101111 | 101000 | 101101 | 0 | 1001101 | 1001010 | 11111 | 101100110 | 111111 | 101010 |
Color Harmonies of #AF282D
Complementary color
Monochromatic Colors of #AF282D
Black with #AF282D
Text Example
Text Example
White with #AF282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF282D; }
p { color: rgb(175,40,45); }
H1.HeaderClassName
{
color: #AF282D;
}
.AnyTagClassName
{
color: #AF282D;
}
</style>
background-color css
<style>
a { background-color: #AF282D; }
a { background-color: rgb(175,40,45); }
div.DivClassName
{
background-color: #AF282D;
}
.BgClassName
{
background-color: #AF282D;
}
</style>
border-color css
<style>
span { border-color: #AF282D; }
span { border-color: rgb(175,40,45); }
td.TdClassName
{
border-color: #AF282D;
}
.TagClassName
{
border-color: #AF282D;
}
</style>