Shades of Guardsman Red #A3242E
Tints of Guardsman Red #A3242E
RGB
CMYK
RGB Variations
Color information
#A3242E (or 0xA3242E) is known color: Guardsman Red. HEX triplet: A3, 24 and 2E. RGB value is (163,36,46). Sum of RGB (Red+Green+Blue) = 163+36+46=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3242E is #5CDBD1. Grayscale: #4B4B4B. Windows color (decimal): -6085586 or 3024035. OLE color: 3024035.
HSL color Cylindrical-coordinate representation of color #A3242E: hue angle of 355.28º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A3242E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 46 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.36 |
| HSL | 355.28º | 0.64% | 0.39% | - |
| HSV(B) | 355.28º | 0.78% | 0.64% | - |
| XYZ | 16.23 | 9.25 | 3.51 | - |
| YUV | 75.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 46 | 0 | 0.78 | 0.72 | 0.36 | 355.28 | 0.64 | 0.39 |
| Hex | A3 | 24 | 2E | 0 | 4E | 48 | 24 | 163 | 40 | 27 |
| Octal | 243 | 44 | 56 | 0 | 116 | 110 | 44 | 543 | 100 | 47 |
| Binary | 10100011 | 100100 | 101110 | 0 | 1001110 | 1001000 | 100100 | 101100011 | 1000000 | 100111 |
Color Harmonies of #A3242E
Complementary color
Monochromatic Colors of #A3242E
Black with #A3242E
Text Example
Text Example
White with #A3242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3242E; }
p { color: rgb(163,36,46); }
H1.HeaderClassName
{
color: #A3242E;
}
.AnyTagClassName
{
color: #A3242E;
}
</style>
background-color css
<style>
a { background-color: #A3242E; }
a { background-color: rgb(163,36,46); }
div.DivClassName
{
background-color: #A3242E;
}
.BgClassName
{
background-color: #A3242E;
}
</style>
border-color css
<style>
span { border-color: #A3242E; }
span { border-color: rgb(163,36,46); }
td.TdClassName
{
border-color: #A3242E;
}
.TagClassName
{
border-color: #A3242E;
}
</style>