Shades of Guardsman Red #A3232B
Tints of Guardsman Red #A3232B
RGB
CMYK
RGB Variations
Color information
#A3232B (or 0xA3232B) is known color: Guardsman Red. HEX triplet: A3, 23 and 2B. RGB value is (163,35,43). Sum of RGB (Red+Green+Blue) = 163+35+43=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3232B is #5CDCD4. Grayscale: #4A4A4A. Windows color (decimal): -6085845 or 2827171. OLE color: 2827171.
HSL color Cylindrical-coordinate representation of color #A3232B: hue angle of 356.25º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A3232B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 35 | 43 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.36 |
| HSL | 356.25º | 0.65% | 0.39% | - |
| HSV(B) | 356.25º | 0.79% | 0.64% | - |
| XYZ | 16.14 | 9.16 | 3.2 | - |
| YUV | 74.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 43 | 0 | 0.79 | 0.74 | 0.36 | 356.25 | 0.65 | 0.39 |
| Hex | A3 | 23 | 2B | 0 | 4F | 4A | 24 | 164 | 41 | 27 |
| Octal | 243 | 43 | 53 | 0 | 117 | 112 | 44 | 544 | 101 | 47 |
| Binary | 10100011 | 100011 | 101011 | 0 | 1001111 | 1001010 | 100100 | 101100100 | 1000001 | 100111 |
Color Harmonies of #A3232B
Complementary color
Monochromatic Colors of #A3232B
Black with #A3232B
Text Example
Text Example
White with #A3232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3232B; }
p { color: rgb(163,35,43); }
H1.HeaderClassName
{
color: #A3232B;
}
.AnyTagClassName
{
color: #A3232B;
}
</style>
background-color css
<style>
a { background-color: #A3232B; }
a { background-color: rgb(163,35,43); }
div.DivClassName
{
background-color: #A3232B;
}
.BgClassName
{
background-color: #A3232B;
}
</style>
border-color css
<style>
span { border-color: #A3232B; }
span { border-color: rgb(163,35,43); }
td.TdClassName
{
border-color: #A3232B;
}
.TagClassName
{
border-color: #A3232B;
}
</style>