Shades of Guardsman Red #A23B3C
Tints of Guardsman Red #A23B3C
RGB
CMYK
RGB Variations
Color information
#A23B3C (or 0xA23B3C) is known color: Guardsman Red. HEX triplet: A2, 3B and 3C. RGB value is (162,59,60). Sum of RGB (Red+Green+Blue) = 162+59+60=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B3C is #5DC4C3. Grayscale: #5A5A5A. Windows color (decimal): -6145220 or 3947426. OLE color: 3947426.
HSL color Cylindrical-coordinate representation of color #A23B3C: hue angle of 359.42º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23B3C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 60 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.36 |
| HSL | 359.42º | 0.47% | 0.43% | - |
| HSV(B) | 359.42º | 0.64% | 0.64% | - |
| XYZ | 17.28 | 11.14 | 5.51 | - |
| YUV | 89.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 60 | 0 | 0.64 | 0.63 | 0.36 | 359.42 | 0.47 | 0.43 |
| Hex | A2 | 3B | 3C | 0 | 40 | 3F | 24 | 167 | 2F | 2B |
| Octal | 242 | 73 | 74 | 0 | 100 | 77 | 44 | 547 | 57 | 53 |
| Binary | 10100010 | 111011 | 111100 | 0 | 1000000 | 111111 | 100100 | 101100111 | 101111 | 101011 |
Color Harmonies of #A23B3C
Complementary color
Monochromatic Colors of #A23B3C
Black with #A23B3C
Text Example
Text Example
White with #A23B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B3C; }
p { color: rgb(162,59,60); }
H1.HeaderClassName
{
color: #A23B3C;
}
.AnyTagClassName
{
color: #A23B3C;
}
</style>
background-color css
<style>
a { background-color: #A23B3C; }
a { background-color: rgb(162,59,60); }
div.DivClassName
{
background-color: #A23B3C;
}
.BgClassName
{
background-color: #A23B3C;
}
</style>
border-color css
<style>
span { border-color: #A23B3C; }
span { border-color: rgb(162,59,60); }
td.TdClassName
{
border-color: #A23B3C;
}
.TagClassName
{
border-color: #A23B3C;
}
</style>