#902E31

Color #902E31 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #902E31

Tints of Guardsman Red #902E31

Color information

#902E31 (or 0x902E31) is unknown color: approx Guardsman Red. HEX triplet: 90, 2E and 31. RGB value is (144,46,49). Sum of RGB (Red+Green+Blue) = 144+46+49=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #902E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902E31 is #6FD1CE. Grayscale: #4B4B4B. Windows color (decimal): -7328207 or 3223184. OLE color: 3223184.

HSL color Cylindrical-coordinate representation of color #902E31: hue angle of 358.16º 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 #902E31 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1444649-
CMYK00.680.660.44
HSL358.16º51.58%37.25%-
HSV(B)358.16º68.06%56.47%-
XYZ13.038.113.78-
YUV75.64112.97176.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 60.25%
GREEN value IS 46 (18.36% from 255) = 19.25%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=60.25%
G=19.25%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144464900.680.660.44358.1651.5837.25
Hex902E31044422C1663425
Octal22056610104102545466445
Binary10010000101110110001010001001000010101100101100110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902E31; }

 p { color: rgb(144,46,49); }

 H1.HeaderClassName
 {
   color: #902E31;
 }
 .AnyTagClassName
 {
   color: #902E31;
 }
</style>
background-color css

<style>
 a { background-color: #902E31; }

 a { background-color: rgb(144,46,49); }

 div.DivClassName
 {
   background-color: #902E31;
 }
 .BgClassName
 {
   background-color: #902E31;
 }
</style>
border-color css

<style>
 span { border-color: #902E31; }

 span { border-color: rgb(144,46,49); }

 td.TdClassName
 {
   border-color: #902E31;
 }
 .TagClassName
 {
   border-color: #902E31;
 }
</style>