Shades of Guardsman Red #AA2023
Tints of Guardsman Red #AA2023
RGB
CMYK
RGB Variations
Color information
#AA2023 (or 0xAA2023) is known color: Guardsman Red. HEX triplet: AA, 20 and 23. RGB value is (170,32,35). Sum of RGB (Red+Green+Blue) = 170+32+35=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2023 is #55DFDC. Grayscale: #494949. Windows color (decimal): -5627869 or 2302122. OLE color: 2302122.
HSL color Cylindrical-coordinate representation of color #AA2023: hue angle of 358.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2023 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 32 | 35 | - |
CMYK | 0 | 0.81 | 0.79 | 0.33 |
HSL | 358.7º | 0.68% | 0.4% | - |
HSV(B) | 358.7º | 0.81% | 0.67% | - |
XYZ | 17.4 | 9.7 | 2.55 | - |
YUV | 73.6 | 106.22 | 196.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 32 | 35 | 0 | 0.81 | 0.79 | 0.33 | 358.7 | 0.68 | 0.4 |
Hex | AA | 20 | 23 | 0 | 51 | 4F | 21 | 167 | 44 | 28 |
Octal | 252 | 40 | 43 | 0 | 121 | 117 | 41 | 547 | 104 | 50 |
Binary | 10101010 | 100000 | 100011 | 0 | 1010001 | 1001111 | 100001 | 101100111 | 1000100 | 101000 |
Color Harmonies of #AA2023
Complementary color
Monochromatic Colors of #AA2023
Black with #AA2023
Text Example
Text Example
White with #AA2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2023; }
p { color: rgb(170,32,35); }
H1.HeaderClassName
{
color: #AA2023;
}
.AnyTagClassName
{
color: #AA2023;
}
</style>
background-color css
<style>
a { background-color: #AA2023; }
a { background-color: rgb(170,32,35); }
div.DivClassName
{
background-color: #AA2023;
}
.BgClassName
{
background-color: #AA2023;
}
</style>
border-color css
<style>
span { border-color: #AA2023; }
span { border-color: rgb(170,32,35); }
td.TdClassName
{
border-color: #AA2023;
}
.TagClassName
{
border-color: #AA2023;
}
</style>