Shades of Guardsman Red #AB323D
Tints of Guardsman Red #AB323D
RGB
CMYK
RGB Variations
Color information
#AB323D (or 0xAB323D) is known color: Guardsman Red. HEX triplet: AB, 32 and 3D. RGB value is (171,50,61). Sum of RGB (Red+Green+Blue) = 171+50+61=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB323D is #54CDC2. Grayscale: #575757. Windows color (decimal): -5557699 or 4010667. OLE color: 4010667.
HSL color Cylindrical-coordinate representation of color #AB323D: hue angle of 354.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB323D is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 61 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.33 |
| HSL | 354.55º | 0.55% | 0.43% | - |
| HSV(B) | 354.55º | 0.71% | 0.67% | - |
| XYZ | 18.78 | 11.28 | 5.6 | - |
| YUV | 87.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 61 | 0 | 0.71 | 0.64 | 0.33 | 354.55 | 0.55 | 0.43 |
| Hex | AB | 32 | 3D | 0 | 47 | 40 | 21 | 163 | 37 | 2B |
| Octal | 253 | 62 | 75 | 0 | 107 | 100 | 41 | 543 | 67 | 53 |
| Binary | 10101011 | 110010 | 111101 | 0 | 1000111 | 1000000 | 100001 | 101100011 | 110111 | 101011 |
Color Harmonies of #AB323D
Complementary color
Monochromatic Colors of #AB323D
Black with #AB323D
Text Example
Text Example
White with #AB323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB323D; }
p { color: rgb(171,50,61); }
H1.HeaderClassName
{
color: #AB323D;
}
.AnyTagClassName
{
color: #AB323D;
}
</style>
background-color css
<style>
a { background-color: #AB323D; }
a { background-color: rgb(171,50,61); }
div.DivClassName
{
background-color: #AB323D;
}
.BgClassName
{
background-color: #AB323D;
}
</style>
border-color css
<style>
span { border-color: #AB323D; }
span { border-color: rgb(171,50,61); }
td.TdClassName
{
border-color: #AB323D;
}
.TagClassName
{
border-color: #AB323D;
}
</style>