Shades of Guardsman Red #A8232F
Tints of Guardsman Red #A8232F
RGB
CMYK
RGB Variations
Color information
#A8232F (or 0xA8232F) is known color: Guardsman Red. HEX triplet: A8, 23 and 2F. RGB value is (168,35,47). Sum of RGB (Red+Green+Blue) = 168+35+47=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8232F is #57DCD0. Grayscale: #4C4C4C. Windows color (decimal): -5758161 or 3089320. OLE color: 3089320.
HSL color Cylindrical-coordinate representation of color #A8232F: hue angle of 354.59º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8232F is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 47 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.34 |
| HSL | 354.59º | 0.66% | 0.4% | - |
| HSV(B) | 354.59º | 0.79% | 0.66% | - |
| XYZ | 17.26 | 9.73 | 3.66 | - |
| YUV | 76.14 | 111.56 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 47 | 0 | 0.79 | 0.72 | 0.34 | 354.59 | 0.66 | 0.4 |
| Hex | A8 | 23 | 2F | 0 | 4F | 48 | 22 | 163 | 42 | 28 |
| Octal | 250 | 43 | 57 | 0 | 117 | 110 | 42 | 543 | 102 | 50 |
| Binary | 10101000 | 100011 | 101111 | 0 | 1001111 | 1001000 | 100010 | 101100011 | 1000010 | 101000 |
Color Harmonies of #A8232F
Complementary color
Monochromatic Colors of #A8232F
Black with #A8232F
Text Example
Text Example
White with #A8232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8232F; }
p { color: rgb(168,35,47); }
H1.HeaderClassName
{
color: #A8232F;
}
.AnyTagClassName
{
color: #A8232F;
}
</style>
background-color css
<style>
a { background-color: #A8232F; }
a { background-color: rgb(168,35,47); }
div.DivClassName
{
background-color: #A8232F;
}
.BgClassName
{
background-color: #A8232F;
}
</style>
border-color css
<style>
span { border-color: #A8232F; }
span { border-color: rgb(168,35,47); }
td.TdClassName
{
border-color: #A8232F;
}
.TagClassName
{
border-color: #A8232F;
}
</style>