Shades of Guardsman Red #A42731
Tints of Guardsman Red #A42731
RGB
CMYK
RGB Variations
Color information
#A42731 (or 0xA42731) is known color: Guardsman Red. HEX triplet: A4, 27 and 31. RGB value is (164,39,49). Sum of RGB (Red+Green+Blue) = 164+39+49=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42731 is #5BD8CE. Grayscale: #4D4D4D. Windows color (decimal): -6019279 or 3221412. OLE color: 3221412.
HSL color Cylindrical-coordinate representation of color #A42731: hue angle of 355.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42731 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 39 | 49 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.36 |
| HSL | 355.2º | 0.62% | 0.4% | - |
| HSV(B) | 355.2º | 0.76% | 0.64% | - |
| XYZ | 16.59 | 9.57 | 3.88 | - |
| YUV | 77.52 | 111.91 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 39 | 49 | 0 | 0.76 | 0.70 | 0.36 | 355.2 | 0.62 | 0.4 |
| Hex | A4 | 27 | 31 | 0 | 4C | 46 | 24 | 163 | 3E | 28 |
| Octal | 244 | 47 | 61 | 0 | 114 | 106 | 44 | 543 | 76 | 50 |
| Binary | 10100100 | 100111 | 110001 | 0 | 1001100 | 1000110 | 100100 | 101100011 | 111110 | 101000 |
Color Harmonies of #A42731
Complementary color
Monochromatic Colors of #A42731
Black with #A42731
Text Example
Text Example
White with #A42731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42731; }
p { color: rgb(164,39,49); }
H1.HeaderClassName
{
color: #A42731;
}
.AnyTagClassName
{
color: #A42731;
}
</style>
background-color css
<style>
a { background-color: #A42731; }
a { background-color: rgb(164,39,49); }
div.DivClassName
{
background-color: #A42731;
}
.BgClassName
{
background-color: #A42731;
}
</style>
border-color css
<style>
span { border-color: #A42731; }
span { border-color: rgb(164,39,49); }
td.TdClassName
{
border-color: #A42731;
}
.TagClassName
{
border-color: #A42731;
}
</style>