Shades of Guardsman Red #AF2223
Tints of Guardsman Red #AF2223
RGB
CMYK
RGB Variations
Color information
#AF2223 (or 0xAF2223) is known color: Guardsman Red. HEX triplet: AF, 22 and 23. RGB value is (175,34,35). Sum of RGB (Red+Green+Blue) = 175+34+35=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2223 is #50DDDC. Grayscale: #4C4C4C. Windows color (decimal): -5299677 or 2302639. OLE color: 2302639.
HSL color Cylindrical-coordinate representation of color #AF2223: hue angle of 359.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2223 is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 35 | - |
| CMYK | 0 | 0.81 | 0.8 | 0.31 |
| HSL | 359.57º | 0.67% | 0.41% | - |
| HSV(B) | 359.57º | 0.81% | 0.69% | - |
| XYZ | 18.55 | 10.38 | 2.62 | - |
| YUV | 76.27 | 104.71 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 35 | 0 | 0.81 | 0.8 | 0.31 | 359.57 | 0.67 | 0.41 |
| Hex | AF | 22 | 23 | 0 | 51 | 50 | 1F | 168 | 43 | 29 |
| Octal | 257 | 42 | 43 | 0 | 121 | 120 | 37 | 550 | 103 | 51 |
| Binary | 10101111 | 100010 | 100011 | 0 | 1010001 | 1010000 | 11111 | 101101000 | 1000011 | 101001 |
Color Harmonies of #AF2223
Complementary color
Monochromatic Colors of #AF2223
Black with #AF2223
Text Example
Text Example
White with #AF2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2223; }
p { color: rgb(175,34,35); }
H1.HeaderClassName
{
color: #AF2223;
}
.AnyTagClassName
{
color: #AF2223;
}
</style>
background-color css
<style>
a { background-color: #AF2223; }
a { background-color: rgb(175,34,35); }
div.DivClassName
{
background-color: #AF2223;
}
.BgClassName
{
background-color: #AF2223;
}
</style>
border-color css
<style>
span { border-color: #AF2223; }
span { border-color: rgb(175,34,35); }
td.TdClassName
{
border-color: #AF2223;
}
.TagClassName
{
border-color: #AF2223;
}
</style>