Shades of Guardsman Red #A42D3E
Tints of Guardsman Red #A42D3E
RGB
CMYK
RGB Variations
Color information
#A42D3E (or 0xA42D3E) is known color: Guardsman Red. HEX triplet: A4, 2D and 3E. RGB value is (164,45,62). Sum of RGB (Red+Green+Blue) = 164+45+62=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42D3E is #5BD2C1. Grayscale: #525252. Windows color (decimal): -6017730 or 4074916. OLE color: 4074916.
HSL color Cylindrical-coordinate representation of color #A42D3E: hue angle of 351.43º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D3E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 45 | 62 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.36 |
| HSL | 351.43º | 0.57% | 0.41% | - |
| HSV(B) | 351.43º | 0.73% | 0.64% | - |
| XYZ | 17.12 | 10.12 | 5.61 | - |
| YUV | 82.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 45 | 62 | 0 | 0.73 | 0.62 | 0.36 | 351.43 | 0.57 | 0.41 |
| Hex | A4 | 2D | 3E | 0 | 49 | 3E | 24 | 15F | 39 | 29 |
| Octal | 244 | 55 | 76 | 0 | 111 | 76 | 44 | 537 | 71 | 51 |
| Binary | 10100100 | 101101 | 111110 | 0 | 1001001 | 111110 | 100100 | 101011111 | 111001 | 101001 |
Color Harmonies of #A42D3E
Complementary color
Monochromatic Colors of #A42D3E
Black with #A42D3E
Text Example
Text Example
White with #A42D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42D3E; }
p { color: rgb(164,45,62); }
H1.HeaderClassName
{
color: #A42D3E;
}
.AnyTagClassName
{
color: #A42D3E;
}
</style>
background-color css
<style>
a { background-color: #A42D3E; }
a { background-color: rgb(164,45,62); }
div.DivClassName
{
background-color: #A42D3E;
}
.BgClassName
{
background-color: #A42D3E;
}
</style>
border-color css
<style>
span { border-color: #A42D3E; }
span { border-color: rgb(164,45,62); }
td.TdClassName
{
border-color: #A42D3E;
}
.TagClassName
{
border-color: #A42D3E;
}
</style>