Shades of Guardsman Red #A3242F
Tints of Guardsman Red #A3242F
RGB
CMYK
RGB Variations
Color information
#A3242F (or 0xA3242F) is known color: Guardsman Red. HEX triplet: A3, 24 and 2F. RGB value is (163,36,47). Sum of RGB (Red+Green+Blue) = 163+36+47=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3242F is #5CDBD0. Grayscale: #4B4B4B. Windows color (decimal): -6085585 or 3089571. OLE color: 3089571.
HSL color Cylindrical-coordinate representation of color #A3242F: hue angle of 354.8º 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 #A3242F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 36 | 47 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.36 |
| HSL | 354.8º | 0.64% | 0.39% | - |
| HSV(B) | 354.8º | 0.78% | 0.64% | - |
| XYZ | 16.25 | 9.25 | 3.62 | - |
| YUV | 75.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 36 | 47 | 0 | 0.78 | 0.71 | 0.36 | 354.8 | 0.64 | 0.39 |
| Hex | A3 | 24 | 2F | 0 | 4E | 47 | 24 | 163 | 40 | 27 |
| Octal | 243 | 44 | 57 | 0 | 116 | 107 | 44 | 543 | 100 | 47 |
| Binary | 10100011 | 100100 | 101111 | 0 | 1001110 | 1000111 | 100100 | 101100011 | 1000000 | 100111 |
Color Harmonies of #A3242F
Complementary color
Monochromatic Colors of #A3242F
Black with #A3242F
Text Example
Text Example
White with #A3242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3242F; }
p { color: rgb(163,36,47); }
H1.HeaderClassName
{
color: #A3242F;
}
.AnyTagClassName
{
color: #A3242F;
}
</style>
background-color css
<style>
a { background-color: #A3242F; }
a { background-color: rgb(163,36,47); }
div.DivClassName
{
background-color: #A3242F;
}
.BgClassName
{
background-color: #A3242F;
}
</style>
border-color css
<style>
span { border-color: #A3242F; }
span { border-color: rgb(163,36,47); }
td.TdClassName
{
border-color: #A3242F;
}
.TagClassName
{
border-color: #A3242F;
}
</style>