Shades of Guardsman Red #A42F41
Tints of Guardsman Red #A42F41
RGB
CMYK
RGB Variations
Color information
#A42F41 (or 0xA42F41) is known color: Guardsman Red. HEX triplet: A4, 2F and 41. RGB value is (164,47,65). Sum of RGB (Red+Green+Blue) = 164+47+65=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F41 is #5BD0BE. Grayscale: #545454. Windows color (decimal): -6017215 or 4272036. OLE color: 4272036.
HSL color Cylindrical-coordinate representation of color #A42F41: hue angle of 350.77º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A42F41 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 65 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.36 |
| HSL | 350.77º | 0.55% | 0.41% | - |
| HSV(B) | 350.77º | 0.71% | 0.64% | - |
| XYZ | 17.28 | 10.31 | 6.08 | - |
| YUV | 84.04 | 117.26 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 65 | 0 | 0.71 | 0.60 | 0.36 | 350.77 | 0.55 | 0.41 |
| Hex | A4 | 2F | 41 | 0 | 47 | 3C | 24 | 15F | 37 | 29 |
| Octal | 244 | 57 | 101 | 0 | 107 | 74 | 44 | 537 | 67 | 51 |
| Binary | 10100100 | 101111 | 1000001 | 0 | 1000111 | 111100 | 100100 | 101011111 | 110111 | 101001 |
Color Harmonies of #A42F41
Complementary color
Monochromatic Colors of #A42F41
Black with #A42F41
Text Example
Text Example
White with #A42F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F41; }
p { color: rgb(164,47,65); }
H1.HeaderClassName
{
color: #A42F41;
}
.AnyTagClassName
{
color: #A42F41;
}
</style>
background-color css
<style>
a { background-color: #A42F41; }
a { background-color: rgb(164,47,65); }
div.DivClassName
{
background-color: #A42F41;
}
.BgClassName
{
background-color: #A42F41;
}
</style>
border-color css
<style>
span { border-color: #A42F41; }
span { border-color: rgb(164,47,65); }
td.TdClassName
{
border-color: #A42F41;
}
.TagClassName
{
border-color: #A42F41;
}
</style>