Shades of Guardsman Red #A3242C
Tints of Guardsman Red #A3242C
RGB
CMYK
RGB Variations
Color information
#A3242C (or 0xA3242C) is known color: Guardsman Red. HEX triplet: A3, 24 and 2C. RGB value is (163,36,44). Sum of RGB (Red+Green+Blue) = 163+36+44=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3242C is #5CDBD3. Grayscale: #4A4A4A. Windows color (decimal): -6085588 or 2892963. OLE color: 2892963.
HSL color Cylindrical-coordinate representation of color #A3242C: hue angle of 356.22º 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 #A3242C is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 44 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.36 |
| HSL | 356.22º | 0.64% | 0.39% | - |
| HSV(B) | 356.22º | 0.78% | 0.64% | - |
| XYZ | 16.19 | 9.23 | 3.31 | - |
| YUV | 74.89 | 110.58 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 44 | 0 | 0.78 | 0.73 | 0.36 | 356.22 | 0.64 | 0.39 |
| Hex | A3 | 24 | 2C | 0 | 4E | 49 | 24 | 164 | 40 | 27 |
| Octal | 243 | 44 | 54 | 0 | 116 | 111 | 44 | 544 | 100 | 47 |
| Binary | 10100011 | 100100 | 101100 | 0 | 1001110 | 1001001 | 100100 | 101100100 | 1000000 | 100111 |
Color Harmonies of #A3242C
Complementary color
Monochromatic Colors of #A3242C
Black with #A3242C
Text Example
Text Example
White with #A3242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3242C; }
p { color: rgb(163,36,44); }
H1.HeaderClassName
{
color: #A3242C;
}
.AnyTagClassName
{
color: #A3242C;
}
</style>
background-color css
<style>
a { background-color: #A3242C; }
a { background-color: rgb(163,36,44); }
div.DivClassName
{
background-color: #A3242C;
}
.BgClassName
{
background-color: #A3242C;
}
</style>
border-color css
<style>
span { border-color: #A3242C; }
span { border-color: rgb(163,36,44); }
td.TdClassName
{
border-color: #A3242C;
}
.TagClassName
{
border-color: #A3242C;
}
</style>