Shades of Guardsman Red #A82130
Tints of Guardsman Red #A82130
RGB
CMYK
RGB Variations
Color information
#A82130 (or 0xA82130) is known color: Guardsman Red. HEX triplet: A8, 21 and 30. RGB value is (168,33,48). Sum of RGB (Red+Green+Blue) = 168+33+48=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A82130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82130 is #57DECF. Grayscale: #4B4B4B. Windows color (decimal): -5758672 or 3154344. OLE color: 3154344.
HSL color Cylindrical-coordinate representation of color #A82130: hue angle of 353.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82130 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 48 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.34 |
| HSL | 353.33º | 0.67% | 0.39% | - |
| HSV(B) | 353.33º | 0.8% | 0.66% | - |
| XYZ | 17.23 | 9.63 | 3.75 | - |
| YUV | 75.08 | 112.73 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 48 | 0 | 0.80 | 0.71 | 0.34 | 353.33 | 0.67 | 0.39 |
| Hex | A8 | 21 | 30 | 0 | 50 | 47 | 22 | 161 | 43 | 27 |
| Octal | 250 | 41 | 60 | 0 | 120 | 107 | 42 | 541 | 103 | 47 |
| Binary | 10101000 | 100001 | 110000 | 0 | 1010000 | 1000111 | 100010 | 101100001 | 1000011 | 100111 |
Color Harmonies of #A82130
Complementary color
Monochromatic Colors of #A82130
Black with #A82130
Text Example
Text Example
White with #A82130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82130; }
p { color: rgb(168,33,48); }
H1.HeaderClassName
{
color: #A82130;
}
.AnyTagClassName
{
color: #A82130;
}
</style>
background-color css
<style>
a { background-color: #A82130; }
a { background-color: rgb(168,33,48); }
div.DivClassName
{
background-color: #A82130;
}
.BgClassName
{
background-color: #A82130;
}
</style>
border-color css
<style>
span { border-color: #A82130; }
span { border-color: rgb(168,33,48); }
td.TdClassName
{
border-color: #A82130;
}
.TagClassName
{
border-color: #A82130;
}
</style>