Shades of Guardsman Red #AF2C31
Tints of Guardsman Red #AF2C31
RGB
CMYK
RGB Variations
Color information
#AF2C31 (or 0xAF2C31) is known color: Guardsman Red. HEX triplet: AF, 2C and 31. RGB value is (175,44,49). Sum of RGB (Red+Green+Blue) = 175+44+49=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C31 is #50D3CE. Grayscale: #535353. Windows color (decimal): -5297103 or 3222703. OLE color: 3222703.
HSL color Cylindrical-coordinate representation of color #AF2C31: hue angle of 357.71º degrees, saturation: 0.6, 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 #AF2C31 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 49 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.31 |
| HSL | 357.71º | 0.6% | 0.43% | - |
| HSV(B) | 357.71º | 0.75% | 0.69% | - |
| XYZ | 19.13 | 11.14 | 4.05 | - |
| YUV | 83.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 49 | 0 | 0.75 | 0.72 | 0.31 | 357.71 | 0.6 | 0.43 |
| Hex | AF | 2C | 31 | 0 | 4B | 48 | 1F | 166 | 3C | 2B |
| Octal | 257 | 54 | 61 | 0 | 113 | 110 | 37 | 546 | 74 | 53 |
| Binary | 10101111 | 101100 | 110001 | 0 | 1001011 | 1001000 | 11111 | 101100110 | 111100 | 101011 |
Color Harmonies of #AF2C31
Complementary color
Monochromatic Colors of #AF2C31
Black with #AF2C31
Text Example
Text Example
White with #AF2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C31; }
p { color: rgb(175,44,49); }
H1.HeaderClassName
{
color: #AF2C31;
}
.AnyTagClassName
{
color: #AF2C31;
}
</style>
background-color css
<style>
a { background-color: #AF2C31; }
a { background-color: rgb(175,44,49); }
div.DivClassName
{
background-color: #AF2C31;
}
.BgClassName
{
background-color: #AF2C31;
}
</style>
border-color css
<style>
span { border-color: #AF2C31; }
span { border-color: rgb(175,44,49); }
td.TdClassName
{
border-color: #AF2C31;
}
.TagClassName
{
border-color: #AF2C31;
}
</style>