Shades of Guardsman Red #A42B2F
Tints of Guardsman Red #A42B2F
RGB
CMYK
RGB Variations
Color information
#A42B2F (or 0xA42B2F) is known color: Guardsman Red. HEX triplet: A4, 2B and 2F. RGB value is (164,43,47). Sum of RGB (Red+Green+Blue) = 164+43+47=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A42B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42B2F is #5BD4D0. Grayscale: #4F4F4F. Windows color (decimal): -6018257 or 3091364. OLE color: 3091364.
HSL color Cylindrical-coordinate representation of color #A42B2F: hue angle of 358.02º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42B2F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 43 | 47 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.36 |
| HSL | 358.02º | 0.58% | 0.41% | - |
| HSV(B) | 358.02º | 0.74% | 0.64% | - |
| XYZ | 16.69 | 9.83 | 3.71 | - |
| YUV | 79.64 | 109.59 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 43 | 47 | 0 | 0.74 | 0.71 | 0.36 | 358.02 | 0.58 | 0.41 |
| Hex | A4 | 2B | 2F | 0 | 4A | 47 | 24 | 166 | 3A | 29 |
| Octal | 244 | 53 | 57 | 0 | 112 | 107 | 44 | 546 | 72 | 51 |
| Binary | 10100100 | 101011 | 101111 | 0 | 1001010 | 1000111 | 100100 | 101100110 | 111010 | 101001 |
Color Harmonies of #A42B2F
Complementary color
Monochromatic Colors of #A42B2F
Black with #A42B2F
Text Example
Text Example
White with #A42B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42B2F; }
p { color: rgb(164,43,47); }
H1.HeaderClassName
{
color: #A42B2F;
}
.AnyTagClassName
{
color: #A42B2F;
}
</style>
background-color css
<style>
a { background-color: #A42B2F; }
a { background-color: rgb(164,43,47); }
div.DivClassName
{
background-color: #A42B2F;
}
.BgClassName
{
background-color: #A42B2F;
}
</style>
border-color css
<style>
span { border-color: #A42B2F; }
span { border-color: rgb(164,43,47); }
td.TdClassName
{
border-color: #A42B2F;
}
.TagClassName
{
border-color: #A42B2F;
}
</style>