Shades of Guardsman Red #A5232C
Tints of Guardsman Red #A5232C
RGB
CMYK
RGB Variations
Color information
#A5232C (or 0xA5232C) is known color: Guardsman Red. HEX triplet: A5, 23 and 2C. RGB value is (165,35,44). Sum of RGB (Red+Green+Blue) = 165+35+44=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5232C is #5ADCD3. Grayscale: #4A4A4A. Windows color (decimal): -5954772 or 2892709. OLE color: 2892709.
HSL color Cylindrical-coordinate representation of color #A5232C: hue angle of 355.85º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5232C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 35 | 44 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.35 |
| HSL | 355.85º | 0.65% | 0.39% | - |
| HSV(B) | 355.85º | 0.79% | 0.65% | - |
| XYZ | 16.57 | 9.38 | 3.32 | - |
| YUV | 74.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 35 | 44 | 0 | 0.79 | 0.73 | 0.35 | 355.85 | 0.65 | 0.39 |
| Hex | A5 | 23 | 2C | 0 | 4F | 49 | 23 | 164 | 41 | 27 |
| Octal | 245 | 43 | 54 | 0 | 117 | 111 | 43 | 544 | 101 | 47 |
| Binary | 10100101 | 100011 | 101100 | 0 | 1001111 | 1001001 | 100011 | 101100100 | 1000001 | 100111 |
Color Harmonies of #A5232C
Complementary color
Monochromatic Colors of #A5232C
Black with #A5232C
Text Example
Text Example
White with #A5232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5232C; }
p { color: rgb(165,35,44); }
H1.HeaderClassName
{
color: #A5232C;
}
.AnyTagClassName
{
color: #A5232C;
}
</style>
background-color css
<style>
a { background-color: #A5232C; }
a { background-color: rgb(165,35,44); }
div.DivClassName
{
background-color: #A5232C;
}
.BgClassName
{
background-color: #A5232C;
}
</style>
border-color css
<style>
span { border-color: #A5232C; }
span { border-color: rgb(165,35,44); }
td.TdClassName
{
border-color: #A5232C;
}
.TagClassName
{
border-color: #A5232C;
}
</style>