Shades of Guardsman Red #A82730
Tints of Guardsman Red #A82730
RGB
CMYK
RGB Variations
Color information
#A82730 (or 0xA82730) is known color: Guardsman Red. HEX triplet: A8, 27 and 30. RGB value is (168,39,48). Sum of RGB (Red+Green+Blue) = 168+39+48=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A82730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82730 is #57D8CF. Grayscale: #4E4E4E. Windows color (decimal): -5757136 or 3155880. OLE color: 3155880.
HSL color Cylindrical-coordinate representation of color #A82730: hue angle of 355.81º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82730 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 48 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.34 |
| HSL | 355.81º | 0.62% | 0.41% | - |
| HSV(B) | 355.81º | 0.77% | 0.66% | - |
| XYZ | 17.41 | 9.99 | 3.81 | - |
| YUV | 78.6 | 110.74 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 48 | 0 | 0.77 | 0.71 | 0.34 | 355.81 | 0.62 | 0.41 |
| Hex | A8 | 27 | 30 | 0 | 4D | 47 | 22 | 164 | 3E | 29 |
| Octal | 250 | 47 | 60 | 0 | 115 | 107 | 42 | 544 | 76 | 51 |
| Binary | 10101000 | 100111 | 110000 | 0 | 1001101 | 1000111 | 100010 | 101100100 | 111110 | 101001 |
Color Harmonies of #A82730
Complementary color
Monochromatic Colors of #A82730
Black with #A82730
Text Example
Text Example
White with #A82730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82730; }
p { color: rgb(168,39,48); }
H1.HeaderClassName
{
color: #A82730;
}
.AnyTagClassName
{
color: #A82730;
}
</style>
background-color css
<style>
a { background-color: #A82730; }
a { background-color: rgb(168,39,48); }
div.DivClassName
{
background-color: #A82730;
}
.BgClassName
{
background-color: #A82730;
}
</style>
border-color css
<style>
span { border-color: #A82730; }
span { border-color: rgb(168,39,48); }
td.TdClassName
{
border-color: #A82730;
}
.TagClassName
{
border-color: #A82730;
}
</style>