Shades of Guardsman Red #912F32
Tints of Guardsman Red #912F32
RGB
CMYK
RGB Variations
Color information
#912F32 (or 0x912F32) is known color: Guardsman Red. HEX triplet: 91, 2F and 32. RGB value is (145,47,50). Sum of RGB (Red+Green+Blue) = 145+47+50=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #912F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912F32 is #6ED0CD. Grayscale: #4C4C4C. Windows color (decimal): -7262414 or 3288977. OLE color: 3288977.
HSL color Cylindrical-coordinate representation of color #912F32: hue angle of 358.16º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912F32 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 50 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.43 |
| HSL | 358.16º | 0.51% | 0.38% | - |
| HSV(B) | 358.16º | 0.68% | 0.57% | - |
| XYZ | 13.27 | 8.28 | 3.92 | - |
| YUV | 76.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 50 | 0 | 0.68 | 0.66 | 0.43 | 358.16 | 0.51 | 0.38 |
| Hex | 91 | 2F | 32 | 0 | 44 | 42 | 2B | 166 | 33 | 26 |
| Octal | 221 | 57 | 62 | 0 | 104 | 102 | 53 | 546 | 63 | 46 |
| Binary | 10010001 | 101111 | 110010 | 0 | 1000100 | 1000010 | 101011 | 101100110 | 110011 | 100110 |
Color Harmonies of #912F32
Complementary color
Monochromatic Colors of #912F32
Black with #912F32
Text Example
Text Example
White with #912F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F32; }
p { color: rgb(145,47,50); }
H1.HeaderClassName
{
color: #912F32;
}
.AnyTagClassName
{
color: #912F32;
}
</style>
background-color css
<style>
a { background-color: #912F32; }
a { background-color: rgb(145,47,50); }
div.DivClassName
{
background-color: #912F32;
}
.BgClassName
{
background-color: #912F32;
}
</style>
border-color css
<style>
span { border-color: #912F32; }
span { border-color: rgb(145,47,50); }
td.TdClassName
{
border-color: #912F32;
}
.TagClassName
{
border-color: #912F32;
}
</style>