Shades of Guardsman Red #A62A2F
Tints of Guardsman Red #A62A2F
RGB
CMYK
RGB Variations
Color information
#A62A2F (or 0xA62A2F) is known color: Guardsman Red. HEX triplet: A6, 2A and 2F. RGB value is (166,42,47). Sum of RGB (Red+Green+Blue) = 166+42+47=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A2F is #59D5D0. Grayscale: #4F4F4F. Windows color (decimal): -5887441 or 3091110. OLE color: 3091110.
HSL color Cylindrical-coordinate representation of color #A62A2F: hue angle of 357.58º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A2F is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 47 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.35 |
| HSL | 357.58º | 0.6% | 0.41% | - |
| HSV(B) | 357.58º | 0.75% | 0.65% | - |
| XYZ | 17.07 | 9.97 | 3.71 | - |
| YUV | 79.65 | 109.58 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 47 | 0 | 0.75 | 0.72 | 0.35 | 357.58 | 0.6 | 0.41 |
| Hex | A6 | 2A | 2F | 0 | 4B | 48 | 23 | 166 | 3C | 29 |
| Octal | 246 | 52 | 57 | 0 | 113 | 110 | 43 | 546 | 74 | 51 |
| Binary | 10100110 | 101010 | 101111 | 0 | 1001011 | 1001000 | 100011 | 101100110 | 111100 | 101001 |
Color Harmonies of #A62A2F
Complementary color
Monochromatic Colors of #A62A2F
Black with #A62A2F
Text Example
Text Example
White with #A62A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A2F; }
p { color: rgb(166,42,47); }
H1.HeaderClassName
{
color: #A62A2F;
}
.AnyTagClassName
{
color: #A62A2F;
}
</style>
background-color css
<style>
a { background-color: #A62A2F; }
a { background-color: rgb(166,42,47); }
div.DivClassName
{
background-color: #A62A2F;
}
.BgClassName
{
background-color: #A62A2F;
}
</style>
border-color css
<style>
span { border-color: #A62A2F; }
span { border-color: rgb(166,42,47); }
td.TdClassName
{
border-color: #A62A2F;
}
.TagClassName
{
border-color: #A62A2F;
}
</style>