Shades of Guardsman Red #A1303D
Tints of Guardsman Red #A1303D
RGB
CMYK
RGB Variations
Color information
#A1303D (or 0xA1303D) is known color: Guardsman Red. HEX triplet: A1, 30 and 3D. RGB value is (161,48,61). Sum of RGB (Red+Green+Blue) = 161+48+61=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1303D is #5ECFC2. Grayscale: #535353. Windows color (decimal): -6213571 or 4010145. OLE color: 4010145.
HSL color Cylindrical-coordinate representation of color #A1303D: hue angle of 353.1º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1303D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 61 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.37 |
| HSL | 353.1º | 0.54% | 0.41% | - |
| HSV(B) | 353.1º | 0.7% | 0.63% | - |
| XYZ | 16.6 | 10.03 | 5.48 | - |
| YUV | 83.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 61 | 0 | 0.70 | 0.62 | 0.37 | 353.1 | 0.54 | 0.41 |
| Hex | A1 | 30 | 3D | 0 | 46 | 3E | 25 | 161 | 36 | 29 |
| Octal | 241 | 60 | 75 | 0 | 106 | 76 | 45 | 541 | 66 | 51 |
| Binary | 10100001 | 110000 | 111101 | 0 | 1000110 | 111110 | 100101 | 101100001 | 110110 | 101001 |
Color Harmonies of #A1303D
Complementary color
Monochromatic Colors of #A1303D
Black with #A1303D
Text Example
Text Example
White with #A1303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1303D; }
p { color: rgb(161,48,61); }
H1.HeaderClassName
{
color: #A1303D;
}
.AnyTagClassName
{
color: #A1303D;
}
</style>
background-color css
<style>
a { background-color: #A1303D; }
a { background-color: rgb(161,48,61); }
div.DivClassName
{
background-color: #A1303D;
}
.BgClassName
{
background-color: #A1303D;
}
</style>
border-color css
<style>
span { border-color: #A1303D; }
span { border-color: rgb(161,48,61); }
td.TdClassName
{
border-color: #A1303D;
}
.TagClassName
{
border-color: #A1303D;
}
</style>