Shades of Guardsman Red #A1333B
Tints of Guardsman Red #A1333B
RGB
CMYK
RGB Variations
Color information
#A1333B (or 0xA1333B) is known color: Guardsman Red. HEX triplet: A1, 33 and 3B. RGB value is (161,51,59). Sum of RGB (Red+Green+Blue) = 161+51+59=271 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.41% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 161 - color contains mainly: red. Hex color #A1333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1333B is #5ECCC4. Grayscale: #545454. Windows color (decimal): -6212805 or 3879841. OLE color: 3879841.
HSL color Cylindrical-coordinate representation of color #A1333B: hue angle of 355.64º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1333B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 51 | 59 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.37 |
| HSL | 355.64º | 0.52% | 0.42% | - |
| HSV(B) | 355.64º | 0.68% | 0.63% | - |
| XYZ | 16.67 | 10.26 | 5.24 | - |
| YUV | 84.8 | 113.44 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 51 | 59 | 0 | 0.68 | 0.63 | 0.37 | 355.64 | 0.52 | 0.42 |
| Hex | A1 | 33 | 3B | 0 | 44 | 3F | 25 | 164 | 34 | 2A |
| Octal | 241 | 63 | 73 | 0 | 104 | 77 | 45 | 544 | 64 | 52 |
| Binary | 10100001 | 110011 | 111011 | 0 | 1000100 | 111111 | 100101 | 101100100 | 110100 | 101010 |
Color Harmonies of #A1333B
Complementary color
Monochromatic Colors of #A1333B
Black with #A1333B
Text Example
Text Example
White with #A1333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1333B; }
p { color: rgb(161,51,59); }
H1.HeaderClassName
{
color: #A1333B;
}
.AnyTagClassName
{
color: #A1333B;
}
</style>
background-color css
<style>
a { background-color: #A1333B; }
a { background-color: rgb(161,51,59); }
div.DivClassName
{
background-color: #A1333B;
}
.BgClassName
{
background-color: #A1333B;
}
</style>
border-color css
<style>
span { border-color: #A1333B; }
span { border-color: rgb(161,51,59); }
td.TdClassName
{
border-color: #A1333B;
}
.TagClassName
{
border-color: #A1333B;
}
</style>