Shades of Guardsman Red #AF2B32
Tints of Guardsman Red #AF2B32
RGB
CMYK
RGB Variations
Color information
#AF2B32 (or 0xAF2B32) is known color: Guardsman Red. HEX triplet: AF, 2B and 32. RGB value is (175,43,50). Sum of RGB (Red+Green+Blue) = 175+43+50=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B32 is #50D4CD. Grayscale: #535353. Windows color (decimal): -5297358 or 3287983. OLE color: 3287983.
HSL color Cylindrical-coordinate representation of color #AF2B32: hue angle of 356.82º 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 #AF2B32 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 50 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.31 |
| HSL | 356.82º | 0.61% | 0.43% | - |
| HSV(B) | 356.82º | 0.75% | 0.69% | - |
| XYZ | 19.12 | 11.07 | 4.15 | - |
| YUV | 83.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 50 | 0 | 0.75 | 0.71 | 0.31 | 356.82 | 0.61 | 0.43 |
| Hex | AF | 2B | 32 | 0 | 4B | 47 | 1F | 165 | 3D | 2B |
| Octal | 257 | 53 | 62 | 0 | 113 | 107 | 37 | 545 | 75 | 53 |
| Binary | 10101111 | 101011 | 110010 | 0 | 1001011 | 1000111 | 11111 | 101100101 | 111101 | 101011 |
Color Harmonies of #AF2B32
Complementary color
Monochromatic Colors of #AF2B32
Black with #AF2B32
Text Example
Text Example
White with #AF2B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B32; }
p { color: rgb(175,43,50); }
H1.HeaderClassName
{
color: #AF2B32;
}
.AnyTagClassName
{
color: #AF2B32;
}
</style>
background-color css
<style>
a { background-color: #AF2B32; }
a { background-color: rgb(175,43,50); }
div.DivClassName
{
background-color: #AF2B32;
}
.BgClassName
{
background-color: #AF2B32;
}
</style>
border-color css
<style>
span { border-color: #AF2B32; }
span { border-color: rgb(175,43,50); }
td.TdClassName
{
border-color: #AF2B32;
}
.TagClassName
{
border-color: #AF2B32;
}
</style>