Shades of Guardsman Red #922F32
Tints of Guardsman Red #922F32
RGB
CMYK
RGB Variations
Color information
#922F32 (or 0x922F32) is known color: Guardsman Red. HEX triplet: 92, 2F and 32. RGB value is (146,47,50). Sum of RGB (Red+Green+Blue) = 146+47+50=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #922F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922F32 is #6DD0CD. Grayscale: #4D4D4D. Windows color (decimal): -7196878 or 3288978. OLE color: 3288978.
HSL color Cylindrical-coordinate representation of color #922F32: hue angle of 358.18º 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 #922F32 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 47 | 50 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.43 |
| HSL | 358.18º | 0.51% | 0.38% | - |
| HSV(B) | 358.18º | 0.68% | 0.57% | - |
| XYZ | 13.45 | 8.37 | 3.93 | - |
| YUV | 76.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 47 | 50 | 0 | 0.68 | 0.66 | 0.43 | 358.18 | 0.51 | 0.38 |
| Hex | 92 | 2F | 32 | 0 | 44 | 42 | 2B | 166 | 33 | 26 |
| Octal | 222 | 57 | 62 | 0 | 104 | 102 | 53 | 546 | 63 | 46 |
| Binary | 10010010 | 101111 | 110010 | 0 | 1000100 | 1000010 | 101011 | 101100110 | 110011 | 100110 |
Color Harmonies of #922F32
Complementary color
Monochromatic Colors of #922F32
Black with #922F32
Text Example
Text Example
White with #922F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922F32; }
p { color: rgb(146,47,50); }
H1.HeaderClassName
{
color: #922F32;
}
.AnyTagClassName
{
color: #922F32;
}
</style>
background-color css
<style>
a { background-color: #922F32; }
a { background-color: rgb(146,47,50); }
div.DivClassName
{
background-color: #922F32;
}
.BgClassName
{
background-color: #922F32;
}
</style>
border-color css
<style>
span { border-color: #922F32; }
span { border-color: rgb(146,47,50); }
td.TdClassName
{
border-color: #922F32;
}
.TagClassName
{
border-color: #922F32;
}
</style>