Shades of Guardsman Red #923135
Tints of Guardsman Red #923135
RGB
CMYK
RGB Variations
Color information
#923135 (or 0x923135) is known color: Guardsman Red. HEX triplet: 92, 31 and 35. RGB value is (146,49,53). Sum of RGB (Red+Green+Blue) = 146+49+53=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #923135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923135 is #6DCECA. Grayscale: #4E4E4E. Windows color (decimal): -7196363 or 3486098. OLE color: 3486098.
HSL color Cylindrical-coordinate representation of color #923135: hue angle of 357.53º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923135 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 49 | 53 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.43 |
| HSL | 357.53º | 0.5% | 0.38% | - |
| HSV(B) | 357.53º | 0.66% | 0.57% | - |
| XYZ | 13.59 | 8.56 | 4.3 | - |
| YUV | 78.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 53 | 0 | 0.66 | 0.64 | 0.43 | 357.53 | 0.5 | 0.38 |
| Hex | 92 | 31 | 35 | 0 | 42 | 40 | 2B | 166 | 32 | 26 |
| Octal | 222 | 61 | 65 | 0 | 102 | 100 | 53 | 546 | 62 | 46 |
| Binary | 10010010 | 110001 | 110101 | 0 | 1000010 | 1000000 | 101011 | 101100110 | 110010 | 100110 |
Color Harmonies of #923135
Complementary color
Monochromatic Colors of #923135
Black with #923135
Text Example
Text Example
White with #923135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #923135; }
p { color: rgb(146,49,53); }
H1.HeaderClassName
{
color: #923135;
}
.AnyTagClassName
{
color: #923135;
}
</style>
background-color css
<style>
a { background-color: #923135; }
a { background-color: rgb(146,49,53); }
div.DivClassName
{
background-color: #923135;
}
.BgClassName
{
background-color: #923135;
}
</style>
border-color css
<style>
span { border-color: #923135; }
span { border-color: rgb(146,49,53); }
td.TdClassName
{
border-color: #923135;
}
.TagClassName
{
border-color: #923135;
}
</style>