Shades of Guardsman Red #A42A3C
Tints of Guardsman Red #A42A3C
RGB
CMYK
RGB Variations
Color information
#A42A3C (or 0xA42A3C) is known color: Guardsman Red. HEX triplet: A4, 2A and 3C. RGB value is (164,42,60). Sum of RGB (Red+Green+Blue) = 164+42+60=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42A3C is #5BD5C3. Grayscale: #505050. Windows color (decimal): -6018500 or 3943076. OLE color: 3943076.
HSL color Cylindrical-coordinate representation of color #A42A3C: hue angle of 351.15º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42A3C is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 42 | 60 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.36 |
| HSL | 351.15º | 0.59% | 0.4% | - |
| HSV(B) | 351.15º | 0.74% | 0.64% | - |
| XYZ | 16.95 | 9.87 | 5.29 | - |
| YUV | 80.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 60 | 0 | 0.74 | 0.63 | 0.36 | 351.15 | 0.59 | 0.4 |
| Hex | A4 | 2A | 3C | 0 | 4A | 3F | 24 | 15F | 3B | 28 |
| Octal | 244 | 52 | 74 | 0 | 112 | 77 | 44 | 537 | 73 | 50 |
| Binary | 10100100 | 101010 | 111100 | 0 | 1001010 | 111111 | 100100 | 101011111 | 111011 | 101000 |
Color Harmonies of #A42A3C
Complementary color
Monochromatic Colors of #A42A3C
Black with #A42A3C
Text Example
Text Example
White with #A42A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42A3C; }
p { color: rgb(164,42,60); }
H1.HeaderClassName
{
color: #A42A3C;
}
.AnyTagClassName
{
color: #A42A3C;
}
</style>
background-color css
<style>
a { background-color: #A42A3C; }
a { background-color: rgb(164,42,60); }
div.DivClassName
{
background-color: #A42A3C;
}
.BgClassName
{
background-color: #A42A3C;
}
</style>
border-color css
<style>
span { border-color: #A42A3C; }
span { border-color: rgb(164,42,60); }
td.TdClassName
{
border-color: #A42A3C;
}
.TagClassName
{
border-color: #A42A3C;
}
</style>