Shades of Guardsman Red #A42F3A
Tints of Guardsman Red #A42F3A
RGB
CMYK
RGB Variations
Color information
#A42F3A (or 0xA42F3A) is known color: Guardsman Red. HEX triplet: A4, 2F and 3A. RGB value is (164,47,58). Sum of RGB (Red+Green+Blue) = 164+47+58=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A42F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42F3A is #5BD0C5. Grayscale: #535353. Windows color (decimal): -6017222 or 3813284. OLE color: 3813284.
HSL color Cylindrical-coordinate representation of color #A42F3A: hue angle of 354.36º 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 #A42F3A is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 47 | 58 | - |
| CMYK | 0 | 0.71 | 0.65 | 0.36 |
| HSL | 354.36º | 0.55% | 0.41% | - |
| HSV(B) | 354.36º | 0.71% | 0.64% | - |
| XYZ | 17.09 | 10.23 | 5.08 | - |
| YUV | 83.24 | 113.76 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 47 | 58 | 0 | 0.71 | 0.65 | 0.36 | 354.36 | 0.55 | 0.41 |
| Hex | A4 | 2F | 3A | 0 | 47 | 41 | 24 | 162 | 37 | 29 |
| Octal | 244 | 57 | 72 | 0 | 107 | 101 | 44 | 542 | 67 | 51 |
| Binary | 10100100 | 101111 | 111010 | 0 | 1000111 | 1000001 | 100100 | 101100010 | 110111 | 101001 |
Color Harmonies of #A42F3A
Complementary color
Monochromatic Colors of #A42F3A
Black with #A42F3A
Text Example
Text Example
White with #A42F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42F3A; }
p { color: rgb(164,47,58); }
H1.HeaderClassName
{
color: #A42F3A;
}
.AnyTagClassName
{
color: #A42F3A;
}
</style>
background-color css
<style>
a { background-color: #A42F3A; }
a { background-color: rgb(164,47,58); }
div.DivClassName
{
background-color: #A42F3A;
}
.BgClassName
{
background-color: #A42F3A;
}
</style>
border-color css
<style>
span { border-color: #A42F3A; }
span { border-color: rgb(164,47,58); }
td.TdClassName
{
border-color: #A42F3A;
}
.TagClassName
{
border-color: #A42F3A;
}
</style>