Shades of Guardsman Red #922C2F
Tints of Guardsman Red #922C2F
RGB
CMYK
RGB Variations
Color information
#922C2F (or 0x922C2F) is known color: Guardsman Red. HEX triplet: 92, 2C and 2F. RGB value is (146,44,47). Sum of RGB (Red+Green+Blue) = 146+44+47=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #922C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922C2F is #6DD3D0. Grayscale: #4A4A4A. Windows color (decimal): -7197649 or 3091602. OLE color: 3091602.
HSL color Cylindrical-coordinate representation of color #922C2F: hue angle of 358.24º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #922C2F is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 44 | 47 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.43 |
| HSL | 358.24º | 0.54% | 0.37% | - |
| HSV(B) | 358.24º | 0.7% | 0.57% | - |
| XYZ | 13.27 | 8.12 | 3.56 | - |
| YUV | 74.84 | 112.29 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 44 | 47 | 0 | 0.70 | 0.68 | 0.43 | 358.24 | 0.54 | 0.37 |
| Hex | 92 | 2C | 2F | 0 | 46 | 44 | 2B | 166 | 36 | 25 |
| Octal | 222 | 54 | 57 | 0 | 106 | 104 | 53 | 546 | 66 | 45 |
| Binary | 10010010 | 101100 | 101111 | 0 | 1000110 | 1000100 | 101011 | 101100110 | 110110 | 100101 |
Color Harmonies of #922C2F
Complementary color
Monochromatic Colors of #922C2F
Black with #922C2F
Text Example
Text Example
White with #922C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #922C2F; }
p { color: rgb(146,44,47); }
H1.HeaderClassName
{
color: #922C2F;
}
.AnyTagClassName
{
color: #922C2F;
}
</style>
background-color css
<style>
a { background-color: #922C2F; }
a { background-color: rgb(146,44,47); }
div.DivClassName
{
background-color: #922C2F;
}
.BgClassName
{
background-color: #922C2F;
}
</style>
border-color css
<style>
span { border-color: #922C2F; }
span { border-color: rgb(146,44,47); }
td.TdClassName
{
border-color: #922C2F;
}
.TagClassName
{
border-color: #922C2F;
}
</style>