Shades of Guardsman Red #9A2A34
Tints of Guardsman Red #9A2A34
RGB
CMYK
RGB Variations
Color information
#9A2A34 (or 0x9A2A34) is known color: Guardsman Red. HEX triplet: 9A, 2A and 34. RGB value is (154,42,52). Sum of RGB (Red+Green+Blue) = 154+42+52=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2A34 is #65D5CB. Grayscale: #4C4C4C. Windows color (decimal): -6673868 or 3418778. OLE color: 3418778.
HSL color Cylindrical-coordinate representation of color #9A2A34: hue angle of 354.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A34 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 52 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.40 |
| HSL | 354.64º | 0.57% | 0.38% | - |
| HSV(B) | 354.64º | 0.73% | 0.6% | - |
| XYZ | 14.77 | 8.77 | 4.16 | - |
| YUV | 76.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 52 | 0 | 0.73 | 0.66 | 0.40 | 354.64 | 0.57 | 0.38 |
| Hex | 9A | 2A | 34 | 0 | 49 | 42 | 28 | 163 | 39 | 26 |
| Octal | 232 | 52 | 64 | 0 | 111 | 102 | 50 | 543 | 71 | 46 |
| Binary | 10011010 | 101010 | 110100 | 0 | 1001001 | 1000010 | 101000 | 101100011 | 111001 | 100110 |
Color Harmonies of #9A2A34
Complementary color
Monochromatic Colors of #9A2A34
Black with #9A2A34
Text Example
Text Example
White with #9A2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A34; }
p { color: rgb(154,42,52); }
H1.HeaderClassName
{
color: #9A2A34;
}
.AnyTagClassName
{
color: #9A2A34;
}
</style>
background-color css
<style>
a { background-color: #9A2A34; }
a { background-color: rgb(154,42,52); }
div.DivClassName
{
background-color: #9A2A34;
}
.BgClassName
{
background-color: #9A2A34;
}
</style>
border-color css
<style>
span { border-color: #9A2A34; }
span { border-color: rgb(154,42,52); }
td.TdClassName
{
border-color: #9A2A34;
}
.TagClassName
{
border-color: #9A2A34;
}
</style>