Shades of Guardsman Red #AF2B2E
Tints of Guardsman Red #AF2B2E
RGB
CMYK
RGB Variations
Color information
#AF2B2E (or 0xAF2B2E) is known color: Guardsman Red. HEX triplet: AF, 2B and 2E. RGB value is (175,43,46). Sum of RGB (Red+Green+Blue) = 175+43+46=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B2E is #50D4D1. Grayscale: #525252. Windows color (decimal): -5297362 or 3025839. OLE color: 3025839.
HSL color Cylindrical-coordinate representation of color #AF2B2E: hue angle of 358.64º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B2E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 46 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.31 |
| HSL | 358.64º | 0.61% | 0.43% | - |
| HSV(B) | 358.64º | 0.75% | 0.69% | - |
| XYZ | 19.04 | 11.04 | 3.71 | - |
| YUV | 82.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 46 | 0 | 0.75 | 0.74 | 0.31 | 358.64 | 0.61 | 0.43 |
| Hex | AF | 2B | 2E | 0 | 4B | 4A | 1F | 167 | 3D | 2B |
| Octal | 257 | 53 | 56 | 0 | 113 | 112 | 37 | 547 | 75 | 53 |
| Binary | 10101111 | 101011 | 101110 | 0 | 1001011 | 1001010 | 11111 | 101100111 | 111101 | 101011 |
Color Harmonies of #AF2B2E
Complementary color
Monochromatic Colors of #AF2B2E
Black with #AF2B2E
Text Example
Text Example
White with #AF2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B2E; }
p { color: rgb(175,43,46); }
H1.HeaderClassName
{
color: #AF2B2E;
}
.AnyTagClassName
{
color: #AF2B2E;
}
</style>
background-color css
<style>
a { background-color: #AF2B2E; }
a { background-color: rgb(175,43,46); }
div.DivClassName
{
background-color: #AF2B2E;
}
.BgClassName
{
background-color: #AF2B2E;
}
</style>
border-color css
<style>
span { border-color: #AF2B2E; }
span { border-color: rgb(175,43,46); }
td.TdClassName
{
border-color: #AF2B2E;
}
.TagClassName
{
border-color: #AF2B2E;
}
</style>