Shades of Guardsman Red #AF2C32
Tints of Guardsman Red #AF2C32
RGB
CMYK
RGB Variations
Color information
#AF2C32 (or 0xAF2C32) is known color: Guardsman Red. HEX triplet: AF, 2C and 32. RGB value is (175,44,50). Sum of RGB (Red+Green+Blue) = 175+44+50=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2C32 is #50D3CD. Grayscale: #535353. Windows color (decimal): -5297102 or 3288239. OLE color: 3288239.
HSL color Cylindrical-coordinate representation of color #AF2C32: hue angle of 357.25º 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 #AF2C32 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 50 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.31 |
| HSL | 357.25º | 0.6% | 0.43% | - |
| HSV(B) | 357.25º | 0.75% | 0.69% | - |
| XYZ | 19.16 | 11.15 | 4.16 | - |
| YUV | 83.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 50 | 0 | 0.75 | 0.71 | 0.31 | 357.25 | 0.6 | 0.43 |
| Hex | AF | 2C | 32 | 0 | 4B | 47 | 1F | 165 | 3C | 2B |
| Octal | 257 | 54 | 62 | 0 | 113 | 107 | 37 | 545 | 74 | 53 |
| Binary | 10101111 | 101100 | 110010 | 0 | 1001011 | 1000111 | 11111 | 101100101 | 111100 | 101011 |
Color Harmonies of #AF2C32
Complementary color
Monochromatic Colors of #AF2C32
Black with #AF2C32
Text Example
Text Example
White with #AF2C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C32; }
p { color: rgb(175,44,50); }
H1.HeaderClassName
{
color: #AF2C32;
}
.AnyTagClassName
{
color: #AF2C32;
}
</style>
background-color css
<style>
a { background-color: #AF2C32; }
a { background-color: rgb(175,44,50); }
div.DivClassName
{
background-color: #AF2C32;
}
.BgClassName
{
background-color: #AF2C32;
}
</style>
border-color css
<style>
span { border-color: #AF2C32; }
span { border-color: rgb(175,44,50); }
td.TdClassName
{
border-color: #AF2C32;
}
.TagClassName
{
border-color: #AF2C32;
}
</style>