Shades of Guardsman Red #A12328
Tints of Guardsman Red #A12328
RGB
CMYK
RGB Variations
Color information
#A12328 (or 0xA12328) is known color: Guardsman Red. HEX triplet: A1, 23 and 28. RGB value is (161,35,40). Sum of RGB (Red+Green+Blue) = 161+35+40=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A12328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12328 is #5EDCD7. Grayscale: #494949. Windows color (decimal): -6216920 or 2630561. OLE color: 2630561.
HSL color Cylindrical-coordinate representation of color #A12328: hue angle of 357.62º 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 #A12328 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 40 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.37 |
| HSL | 357.62º | 0.64% | 0.38% | - |
| HSV(B) | 357.62º | 0.78% | 0.63% | - |
| XYZ | 15.68 | 8.93 | 2.91 | - |
| YUV | 73.24 | 109.24 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 40 | 0 | 0.78 | 0.75 | 0.37 | 357.62 | 0.64 | 0.38 |
| Hex | A1 | 23 | 28 | 0 | 4E | 4B | 25 | 166 | 40 | 26 |
| Octal | 241 | 43 | 50 | 0 | 116 | 113 | 45 | 546 | 100 | 46 |
| Binary | 10100001 | 100011 | 101000 | 0 | 1001110 | 1001011 | 100101 | 101100110 | 1000000 | 100110 |
Color Harmonies of #A12328
Complementary color
Monochromatic Colors of #A12328
Black with #A12328
Text Example
Text Example
White with #A12328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12328; }
p { color: rgb(161,35,40); }
H1.HeaderClassName
{
color: #A12328;
}
.AnyTagClassName
{
color: #A12328;
}
</style>
background-color css
<style>
a { background-color: #A12328; }
a { background-color: rgb(161,35,40); }
div.DivClassName
{
background-color: #A12328;
}
.BgClassName
{
background-color: #A12328;
}
</style>
border-color css
<style>
span { border-color: #A12328; }
span { border-color: rgb(161,35,40); }
td.TdClassName
{
border-color: #A12328;
}
.TagClassName
{
border-color: #A12328;
}
</style>