Shades of Guardsman Red #902E2F
Tints of Guardsman Red #902E2F
RGB
CMYK
RGB Variations
Color information
#902E2F (or 0x902E2F) is known color: Guardsman Red. HEX triplet: 90, 2E and 2F. RGB value is (144,46,47). Sum of RGB (Red+Green+Blue) = 144+46+47=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #902E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902E2F is #6FD1D0. Grayscale: #4B4B4B. Windows color (decimal): -7328209 or 3092112. OLE color: 3092112.
HSL color Cylindrical-coordinate representation of color #902E2F: hue angle of 359.39º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #902E2F is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 46 | 47 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.44 |
| HSL | 359.39º | 0.52% | 0.37% | - |
| HSV(B) | 359.39º | 0.68% | 0.56% | - |
| XYZ | 12.99 | 8.09 | 3.57 | - |
| YUV | 75.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 46 | 47 | 0 | 0.68 | 0.67 | 0.44 | 359.39 | 0.52 | 0.37 |
| Hex | 90 | 2E | 2F | 0 | 44 | 43 | 2C | 167 | 34 | 25 |
| Octal | 220 | 56 | 57 | 0 | 104 | 103 | 54 | 547 | 64 | 45 |
| Binary | 10010000 | 101110 | 101111 | 0 | 1000100 | 1000011 | 101100 | 101100111 | 110100 | 100101 |
Color Harmonies of #902E2F
Complementary color
Monochromatic Colors of #902E2F
Black with #902E2F
Text Example
Text Example
White with #902E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902E2F; }
p { color: rgb(144,46,47); }
H1.HeaderClassName
{
color: #902E2F;
}
.AnyTagClassName
{
color: #902E2F;
}
</style>
background-color css
<style>
a { background-color: #902E2F; }
a { background-color: rgb(144,46,47); }
div.DivClassName
{
background-color: #902E2F;
}
.BgClassName
{
background-color: #902E2F;
}
</style>
border-color css
<style>
span { border-color: #902E2F; }
span { border-color: rgb(144,46,47); }
td.TdClassName
{
border-color: #902E2F;
}
.TagClassName
{
border-color: #902E2F;
}
</style>