Shades of Guardsman Red #A1373D
Tints of Guardsman Red #A1373D
RGB
CMYK
RGB Variations
Color information
#A1373D (or 0xA1373D) is known color: Guardsman Red. HEX triplet: A1, 37 and 3D. RGB value is (161,55,61). Sum of RGB (Red+Green+Blue) = 161+55+61=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A1373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1373D is #5EC8C2. Grayscale: #575757. Windows color (decimal): -6211779 or 4011937. OLE color: 4011937.
HSL color Cylindrical-coordinate representation of color #A1373D: hue angle of 356.6º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1373D is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 61 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.37 |
| HSL | 356.6º | 0.49% | 0.42% | - |
| HSV(B) | 356.6º | 0.66% | 0.63% | - |
| XYZ | 16.91 | 10.65 | 5.58 | - |
| YUV | 87.38 | 113.12 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 61 | 0 | 0.66 | 0.62 | 0.37 | 356.6 | 0.49 | 0.42 |
| Hex | A1 | 37 | 3D | 0 | 42 | 3E | 25 | 165 | 31 | 2A |
| Octal | 241 | 67 | 75 | 0 | 102 | 76 | 45 | 545 | 61 | 52 |
| Binary | 10100001 | 110111 | 111101 | 0 | 1000010 | 111110 | 100101 | 101100101 | 110001 | 101010 |
Color Harmonies of #A1373D
Complementary color
Monochromatic Colors of #A1373D
Black with #A1373D
Text Example
Text Example
White with #A1373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1373D; }
p { color: rgb(161,55,61); }
H1.HeaderClassName
{
color: #A1373D;
}
.AnyTagClassName
{
color: #A1373D;
}
</style>
background-color css
<style>
a { background-color: #A1373D; }
a { background-color: rgb(161,55,61); }
div.DivClassName
{
background-color: #A1373D;
}
.BgClassName
{
background-color: #A1373D;
}
</style>
border-color css
<style>
span { border-color: #A1373D; }
span { border-color: rgb(161,55,61); }
td.TdClassName
{
border-color: #A1373D;
}
.TagClassName
{
border-color: #A1373D;
}
</style>