Shades of Guardsman Red #A42E2F
Tints of Guardsman Red #A42E2F
RGB
CMYK
RGB Variations
Color information
#A42E2F (or 0xA42E2F) is known color: Guardsman Red. HEX triplet: A4, 2E and 2F. RGB value is (164,46,47). Sum of RGB (Red+Green+Blue) = 164+46+47=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42E2F is #5BD1D0. Grayscale: #515151. Windows color (decimal): -6017489 or 3092132. OLE color: 3092132.
HSL color Cylindrical-coordinate representation of color #A42E2F: hue angle of 359.49º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A42E2F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 46 | 47 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.36 |
| HSL | 359.49º | 0.56% | 0.41% | - |
| HSV(B) | 359.49º | 0.72% | 0.64% | - |
| XYZ | 16.8 | 10.05 | 3.74 | - |
| YUV | 81.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 46 | 47 | 0 | 0.72 | 0.71 | 0.36 | 359.49 | 0.56 | 0.41 |
| Hex | A4 | 2E | 2F | 0 | 48 | 47 | 24 | 167 | 38 | 29 |
| Octal | 244 | 56 | 57 | 0 | 110 | 107 | 44 | 547 | 70 | 51 |
| Binary | 10100100 | 101110 | 101111 | 0 | 1001000 | 1000111 | 100100 | 101100111 | 111000 | 101001 |
Color Harmonies of #A42E2F
Complementary color
Monochromatic Colors of #A42E2F
Black with #A42E2F
Text Example
Text Example
White with #A42E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42E2F; }
p { color: rgb(164,46,47); }
H1.HeaderClassName
{
color: #A42E2F;
}
.AnyTagClassName
{
color: #A42E2F;
}
</style>
background-color css
<style>
a { background-color: #A42E2F; }
a { background-color: rgb(164,46,47); }
div.DivClassName
{
background-color: #A42E2F;
}
.BgClassName
{
background-color: #A42E2F;
}
</style>
border-color css
<style>
span { border-color: #A42E2F; }
span { border-color: rgb(164,46,47); }
td.TdClassName
{
border-color: #A42E2F;
}
.TagClassName
{
border-color: #A42E2F;
}
</style>