Shades of Guardsman Red #A3252F
Tints of Guardsman Red #A3252F
RGB
CMYK
RGB Variations
Color information
#A3252F (or 0xA3252F) is known color: Guardsman Red. HEX triplet: A3, 25 and 2F. RGB value is (163,37,47). Sum of RGB (Red+Green+Blue) = 163+37+47=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3252F is #5CDAD0. Grayscale: #4B4B4B. Windows color (decimal): -6085329 or 3089827. OLE color: 3089827.
HSL color Cylindrical-coordinate representation of color #A3252F: hue angle of 355.24º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A3252F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 37 | 47 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.36 |
| HSL | 355.24º | 0.63% | 0.39% | - |
| HSV(B) | 355.24º | 0.77% | 0.64% | - |
| XYZ | 16.28 | 9.31 | 3.63 | - |
| YUV | 75.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 37 | 47 | 0 | 0.77 | 0.71 | 0.36 | 355.24 | 0.63 | 0.39 |
| Hex | A3 | 25 | 2F | 0 | 4D | 47 | 24 | 163 | 3F | 27 |
| Octal | 243 | 45 | 57 | 0 | 115 | 107 | 44 | 543 | 77 | 47 |
| Binary | 10100011 | 100101 | 101111 | 0 | 1001101 | 1000111 | 100100 | 101100011 | 111111 | 100111 |
Color Harmonies of #A3252F
Complementary color
Monochromatic Colors of #A3252F
Black with #A3252F
Text Example
Text Example
White with #A3252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3252F; }
p { color: rgb(163,37,47); }
H1.HeaderClassName
{
color: #A3252F;
}
.AnyTagClassName
{
color: #A3252F;
}
</style>
background-color css
<style>
a { background-color: #A3252F; }
a { background-color: rgb(163,37,47); }
div.DivClassName
{
background-color: #A3252F;
}
.BgClassName
{
background-color: #A3252F;
}
</style>
border-color css
<style>
span { border-color: #A3252F; }
span { border-color: rgb(163,37,47); }
td.TdClassName
{
border-color: #A3252F;
}
.TagClassName
{
border-color: #A3252F;
}
</style>