Shades of Guardsman Red #A1323B
Tints of Guardsman Red #A1323B
RGB
CMYK
RGB Variations
Color information
#A1323B (or 0xA1323B) is known color: Guardsman Red. HEX triplet: A1, 32 and 3B. RGB value is (161,50,59). Sum of RGB (Red+Green+Blue) = 161+50+59=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1323B is #5ECDC4. Grayscale: #545454. Windows color (decimal): -6213061 or 3879585. OLE color: 3879585.
HSL color Cylindrical-coordinate representation of color #A1323B: hue angle of 355.14º 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 #A1323B is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 50 | 59 | - |
| CMYK | 0 | 0.69 | 0.63 | 0.37 |
| HSL | 355.14º | 0.53% | 0.41% | - |
| HSV(B) | 355.14º | 0.69% | 0.63% | - |
| XYZ | 16.63 | 10.17 | 5.23 | - |
| YUV | 84.22 | 113.77 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 50 | 59 | 0 | 0.69 | 0.63 | 0.37 | 355.14 | 0.53 | 0.41 |
| Hex | A1 | 32 | 3B | 0 | 45 | 3F | 25 | 163 | 35 | 29 |
| Octal | 241 | 62 | 73 | 0 | 105 | 77 | 45 | 543 | 65 | 51 |
| Binary | 10100001 | 110010 | 111011 | 0 | 1000101 | 111111 | 100101 | 101100011 | 110101 | 101001 |
Color Harmonies of #A1323B
Complementary color
Monochromatic Colors of #A1323B
Black with #A1323B
Text Example
Text Example
White with #A1323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1323B; }
p { color: rgb(161,50,59); }
H1.HeaderClassName
{
color: #A1323B;
}
.AnyTagClassName
{
color: #A1323B;
}
</style>
background-color css
<style>
a { background-color: #A1323B; }
a { background-color: rgb(161,50,59); }
div.DivClassName
{
background-color: #A1323B;
}
.BgClassName
{
background-color: #A1323B;
}
</style>
border-color css
<style>
span { border-color: #A1323B; }
span { border-color: rgb(161,50,59); }
td.TdClassName
{
border-color: #A1323B;
}
.TagClassName
{
border-color: #A1323B;
}
</style>