Shades of Guardsman Red #A1232B
Tints of Guardsman Red #A1232B
RGB
CMYK
RGB Variations
Color information
#A1232B (or 0xA1232B) is known color: Guardsman Red. HEX triplet: A1, 23 and 2B. RGB value is (161,35,43). Sum of RGB (Red+Green+Blue) = 161+35+43=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1232B is #5EDCD4. Grayscale: #494949. Windows color (decimal): -6216917 or 2827169. OLE color: 2827169.
HSL color Cylindrical-coordinate representation of color #A1232B: hue angle of 356.19º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1232B is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 43 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.37 |
| HSL | 356.19º | 0.64% | 0.38% | - |
| HSV(B) | 356.19º | 0.78% | 0.63% | - |
| XYZ | 15.74 | 8.95 | 3.18 | - |
| YUV | 73.59 | 110.74 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 43 | 0 | 0.78 | 0.73 | 0.37 | 356.19 | 0.64 | 0.38 |
| Hex | A1 | 23 | 2B | 0 | 4E | 49 | 25 | 164 | 40 | 26 |
| Octal | 241 | 43 | 53 | 0 | 116 | 111 | 45 | 544 | 100 | 46 |
| Binary | 10100001 | 100011 | 101011 | 0 | 1001110 | 1001001 | 100101 | 101100100 | 1000000 | 100110 |
Color Harmonies of #A1232B
Complementary color
Monochromatic Colors of #A1232B
Black with #A1232B
Text Example
Text Example
White with #A1232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1232B; }
p { color: rgb(161,35,43); }
H1.HeaderClassName
{
color: #A1232B;
}
.AnyTagClassName
{
color: #A1232B;
}
</style>
background-color css
<style>
a { background-color: #A1232B; }
a { background-color: rgb(161,35,43); }
div.DivClassName
{
background-color: #A1232B;
}
.BgClassName
{
background-color: #A1232B;
}
</style>
border-color css
<style>
span { border-color: #A1232B; }
span { border-color: rgb(161,35,43); }
td.TdClassName
{
border-color: #A1232B;
}
.TagClassName
{
border-color: #A1232B;
}
</style>