Shades of Guardsman Red #A2333B
Tints of Guardsman Red #A2333B
RGB
CMYK
RGB Variations
Color information
#A2333B (or 0xA2333B) is known color: Guardsman Red. HEX triplet: A2, 33 and 3B. RGB value is (162,51,59). Sum of RGB (Red+Green+Blue) = 162+51+59=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2333B is #5DCCC4. Grayscale: #555555. Windows color (decimal): -6147269 or 3879842. OLE color: 3879842.
HSL color Cylindrical-coordinate representation of color #A2333B: hue angle of 355.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2333B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 51 | 59 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.36 |
| HSL | 355.68º | 0.52% | 0.42% | - |
| HSV(B) | 355.68º | 0.69% | 0.64% | - |
| XYZ | 16.87 | 10.36 | 5.25 | - |
| YUV | 85.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 51 | 59 | 0 | 0.69 | 0.64 | 0.36 | 355.68 | 0.52 | 0.42 |
| Hex | A2 | 33 | 3B | 0 | 45 | 40 | 24 | 164 | 34 | 2A |
| Octal | 242 | 63 | 73 | 0 | 105 | 100 | 44 | 544 | 64 | 52 |
| Binary | 10100010 | 110011 | 111011 | 0 | 1000101 | 1000000 | 100100 | 101100100 | 110100 | 101010 |
Color Harmonies of #A2333B
Complementary color
Monochromatic Colors of #A2333B
Black with #A2333B
Text Example
Text Example
White with #A2333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2333B; }
p { color: rgb(162,51,59); }
H1.HeaderClassName
{
color: #A2333B;
}
.AnyTagClassName
{
color: #A2333B;
}
</style>
background-color css
<style>
a { background-color: #A2333B; }
a { background-color: rgb(162,51,59); }
div.DivClassName
{
background-color: #A2333B;
}
.BgClassName
{
background-color: #A2333B;
}
</style>
border-color css
<style>
span { border-color: #A2333B; }
span { border-color: rgb(162,51,59); }
td.TdClassName
{
border-color: #A2333B;
}
.TagClassName
{
border-color: #A2333B;
}
</style>