Shades of Guardsman Red #A72D38
Tints of Guardsman Red #A72D38
RGB
CMYK
RGB Variations
Color information
#A72D38 (or 0xA72D38) is known color: Guardsman Red. HEX triplet: A7, 2D and 38. RGB value is (167,45,56). Sum of RGB (Red+Green+Blue) = 167+45+56=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72D38 is #58D2C7. Grayscale: #525252. Windows color (decimal): -5821128 or 3681703. OLE color: 3681703.
HSL color Cylindrical-coordinate representation of color #A72D38: hue angle of 354.59º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A72D38 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 45 | 56 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.35 |
| HSL | 354.59º | 0.58% | 0.42% | - |
| HSV(B) | 354.59º | 0.73% | 0.65% | - |
| XYZ | 17.59 | 10.38 | 4.82 | - |
| YUV | 82.73 | 112.92 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 45 | 56 | 0 | 0.73 | 0.66 | 0.35 | 354.59 | 0.58 | 0.42 |
| Hex | A7 | 2D | 38 | 0 | 49 | 42 | 23 | 163 | 3A | 2A |
| Octal | 247 | 55 | 70 | 0 | 111 | 102 | 43 | 543 | 72 | 52 |
| Binary | 10100111 | 101101 | 111000 | 0 | 1001001 | 1000010 | 100011 | 101100011 | 111010 | 101010 |
Color Harmonies of #A72D38
Complementary color
Monochromatic Colors of #A72D38
Black with #A72D38
Text Example
Text Example
White with #A72D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72D38; }
p { color: rgb(167,45,56); }
H1.HeaderClassName
{
color: #A72D38;
}
.AnyTagClassName
{
color: #A72D38;
}
</style>
background-color css
<style>
a { background-color: #A72D38; }
a { background-color: rgb(167,45,56); }
div.DivClassName
{
background-color: #A72D38;
}
.BgClassName
{
background-color: #A72D38;
}
</style>
border-color css
<style>
span { border-color: #A72D38; }
span { border-color: rgb(167,45,56); }
td.TdClassName
{
border-color: #A72D38;
}
.TagClassName
{
border-color: #A72D38;
}
</style>