Shades of Guardsman Red #A23441
Tints of Guardsman Red #A23441
RGB
CMYK
RGB Variations
Color information
#A23441 (or 0xA23441) is known color: Guardsman Red. HEX triplet: A2, 34 and 41. RGB value is (162,52,65). Sum of RGB (Red+Green+Blue) = 162+52+65=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A23441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23441 is #5DCBBE. Grayscale: #565656. Windows color (decimal): -6147007 or 4273314. OLE color: 4273314.
HSL color Cylindrical-coordinate representation of color #A23441: hue angle of 352.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23441 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 65 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.36 |
| HSL | 352.91º | 0.51% | 0.42% | - |
| HSV(B) | 352.91º | 0.68% | 0.64% | - |
| XYZ | 17.08 | 10.52 | 6.13 | - |
| YUV | 86.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 65 | 0 | 0.68 | 0.60 | 0.36 | 352.91 | 0.51 | 0.42 |
| Hex | A2 | 34 | 41 | 0 | 44 | 3C | 24 | 161 | 33 | 2A |
| Octal | 242 | 64 | 101 | 0 | 104 | 74 | 44 | 541 | 63 | 52 |
| Binary | 10100010 | 110100 | 1000001 | 0 | 1000100 | 111100 | 100100 | 101100001 | 110011 | 101010 |
Color Harmonies of #A23441
Complementary color
Monochromatic Colors of #A23441
Black with #A23441
Text Example
Text Example
White with #A23441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23441; }
p { color: rgb(162,52,65); }
H1.HeaderClassName
{
color: #A23441;
}
.AnyTagClassName
{
color: #A23441;
}
</style>
background-color css
<style>
a { background-color: #A23441; }
a { background-color: rgb(162,52,65); }
div.DivClassName
{
background-color: #A23441;
}
.BgClassName
{
background-color: #A23441;
}
</style>
border-color css
<style>
span { border-color: #A23441; }
span { border-color: rgb(162,52,65); }
td.TdClassName
{
border-color: #A23441;
}
.TagClassName
{
border-color: #A23441;
}
</style>