Shades of Guardsman Red #A82D38
Tints of Guardsman Red #A82D38
RGB
CMYK
RGB Variations
Color information
#A82D38 (or 0xA82D38) is known color: Guardsman Red. HEX triplet: A8, 2D and 38. RGB value is (168,45,56). Sum of RGB (Red+Green+Blue) = 168+45+56=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82D38 is #57D2C7. Grayscale: #535353. Windows color (decimal): -5755592 or 3681704. OLE color: 3681704.
HSL color Cylindrical-coordinate representation of color #A82D38: hue angle of 354.63º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D38 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 56 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.34 |
| HSL | 354.63º | 0.58% | 0.42% | - |
| HSV(B) | 354.63º | 0.73% | 0.66% | - |
| XYZ | 17.8 | 10.49 | 4.83 | - |
| YUV | 83.03 | 112.75 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 56 | 0 | 0.73 | 0.67 | 0.34 | 354.63 | 0.58 | 0.42 |
| Hex | A8 | 2D | 38 | 0 | 49 | 43 | 22 | 163 | 3A | 2A |
| Octal | 250 | 55 | 70 | 0 | 111 | 103 | 42 | 543 | 72 | 52 |
| Binary | 10101000 | 101101 | 111000 | 0 | 1001001 | 1000011 | 100010 | 101100011 | 111010 | 101010 |
Color Harmonies of #A82D38
Complementary color
Monochromatic Colors of #A82D38
Black with #A82D38
Text Example
Text Example
White with #A82D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D38; }
p { color: rgb(168,45,56); }
H1.HeaderClassName
{
color: #A82D38;
}
.AnyTagClassName
{
color: #A82D38;
}
</style>
background-color css
<style>
a { background-color: #A82D38; }
a { background-color: rgb(168,45,56); }
div.DivClassName
{
background-color: #A82D38;
}
.BgClassName
{
background-color: #A82D38;
}
</style>
border-color css
<style>
span { border-color: #A82D38; }
span { border-color: rgb(168,45,56); }
td.TdClassName
{
border-color: #A82D38;
}
.TagClassName
{
border-color: #A82D38;
}
</style>