Shades of Guardsman Red #9C2629
Tints of Guardsman Red #9C2629
RGB
CMYK
RGB Variations
Color information
#9C2629 (or 0x9C2629) is known color: Guardsman Red. HEX triplet: 9C, 26 and 29. RGB value is (156,38,41). Sum of RGB (Red+Green+Blue) = 156+38+41=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2629 is #63D9D6. Grayscale: #494949. Windows color (decimal): -6543831 or 2696860. OLE color: 2696860.
HSL color Cylindrical-coordinate representation of color #9C2629: hue angle of 358.47º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2629 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 38 | 41 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.39 |
| HSL | 358.47º | 0.61% | 0.38% | - |
| HSV(B) | 358.47º | 0.76% | 0.61% | - |
| XYZ | 14.8 | 8.61 | 2.98 | - |
| YUV | 73.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 41 | 0 | 0.76 | 0.74 | 0.39 | 358.47 | 0.61 | 0.38 |
| Hex | 9C | 26 | 29 | 0 | 4C | 4A | 27 | 166 | 3D | 26 |
| Octal | 234 | 46 | 51 | 0 | 114 | 112 | 47 | 546 | 75 | 46 |
| Binary | 10011100 | 100110 | 101001 | 0 | 1001100 | 1001010 | 100111 | 101100110 | 111101 | 100110 |
Color Harmonies of #9C2629
Complementary color
Monochromatic Colors of #9C2629
Black with #9C2629
Text Example
Text Example
White with #9C2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2629; }
p { color: rgb(156,38,41); }
H1.HeaderClassName
{
color: #9C2629;
}
.AnyTagClassName
{
color: #9C2629;
}
</style>
background-color css
<style>
a { background-color: #9C2629; }
a { background-color: rgb(156,38,41); }
div.DivClassName
{
background-color: #9C2629;
}
.BgClassName
{
background-color: #9C2629;
}
</style>
border-color css
<style>
span { border-color: #9C2629; }
span { border-color: rgb(156,38,41); }
td.TdClassName
{
border-color: #9C2629;
}
.TagClassName
{
border-color: #9C2629;
}
</style>