Shades of Guardsman Red #A1323A
Tints of Guardsman Red #A1323A
RGB
CMYK
RGB Variations
Color information
#A1323A (or 0xA1323A) is known color: Guardsman Red. HEX triplet: A1, 32 and 3A. RGB value is (161,50,58). Sum of RGB (Red+Green+Blue) = 161+50+58=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A1323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1323A is #5ECDC5. Grayscale: #545454. Windows color (decimal): -6213062 or 3814049. OLE color: 3814049.
HSL color Cylindrical-coordinate representation of color #A1323A: hue angle of 355.68º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1323A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 58 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.37 |
| HSL | 355.68º | 0.53% | 0.41% | - |
| HSV(B) | 355.68º | 0.69% | 0.63% | - |
| XYZ | 16.6 | 10.16 | 5.09 | - |
| YUV | 84.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 58 | 0 | 0.69 | 0.64 | 0.37 | 355.68 | 0.53 | 0.41 |
| Hex | A1 | 32 | 3A | 0 | 45 | 40 | 25 | 164 | 35 | 29 |
| Octal | 241 | 62 | 72 | 0 | 105 | 100 | 45 | 544 | 65 | 51 |
| Binary | 10100001 | 110010 | 111010 | 0 | 1000101 | 1000000 | 100101 | 101100100 | 110101 | 101001 |
Color Harmonies of #A1323A
Complementary color
Monochromatic Colors of #A1323A
Black with #A1323A
Text Example
Text Example
White with #A1323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1323A; }
p { color: rgb(161,50,58); }
H1.HeaderClassName
{
color: #A1323A;
}
.AnyTagClassName
{
color: #A1323A;
}
</style>
background-color css
<style>
a { background-color: #A1323A; }
a { background-color: rgb(161,50,58); }
div.DivClassName
{
background-color: #A1323A;
}
.BgClassName
{
background-color: #A1323A;
}
</style>
border-color css
<style>
span { border-color: #A1323A; }
span { border-color: rgb(161,50,58); }
td.TdClassName
{
border-color: #A1323A;
}
.TagClassName
{
border-color: #A1323A;
}
</style>