Shades of Guardsman Red #9A3638
Tints of Guardsman Red #9A3638
RGB
CMYK
RGB Variations
Color information
#9A3638 (or 0x9A3638) is known color: Guardsman Red. HEX triplet: 9A, 36 and 38. RGB value is (154,54,56). Sum of RGB (Red+Green+Blue) = 154+54+56=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3638 is #65C9C7. Grayscale: #545454. Windows color (decimal): -6670792 or 3683994. OLE color: 3683994.
HSL color Cylindrical-coordinate representation of color #9A3638: hue angle of 358.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A3638 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 54 | 56 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.40 |
| HSL | 358.8º | 0.48% | 0.41% | - |
| HSV(B) | 358.8º | 0.65% | 0.6% | - |
| XYZ | 15.36 | 9.79 | 4.82 | - |
| YUV | 84.13 | 112.13 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 54 | 56 | 0 | 0.65 | 0.64 | 0.40 | 358.8 | 0.48 | 0.41 |
| Hex | 9A | 36 | 38 | 0 | 41 | 40 | 28 | 167 | 30 | 29 |
| Octal | 232 | 66 | 70 | 0 | 101 | 100 | 50 | 547 | 60 | 51 |
| Binary | 10011010 | 110110 | 111000 | 0 | 1000001 | 1000000 | 101000 | 101100111 | 110000 | 101001 |
Color Harmonies of #9A3638
Complementary color
Monochromatic Colors of #9A3638
Black with #9A3638
Text Example
Text Example
White with #9A3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3638; }
p { color: rgb(154,54,56); }
H1.HeaderClassName
{
color: #9A3638;
}
.AnyTagClassName
{
color: #9A3638;
}
</style>
background-color css
<style>
a { background-color: #9A3638; }
a { background-color: rgb(154,54,56); }
div.DivClassName
{
background-color: #9A3638;
}
.BgClassName
{
background-color: #9A3638;
}
</style>
border-color css
<style>
span { border-color: #9A3638; }
span { border-color: rgb(154,54,56); }
td.TdClassName
{
border-color: #9A3638;
}
.TagClassName
{
border-color: #9A3638;
}
</style>