Html Css Color HEX #902E31 Guardsman Red

📋 copy color: '#902E31'

red 144 ◦ green 46 ◦ blue 49

#902E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #902E31

Tints of Guardsman Red #902E31

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.5%

R = 60.25%
G = 19.25%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#902E31 (or 0x902E31) is known color: 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

RGB 144 46 49 -
CMYK 0 0.68 0.66 0.44
HSL 358.16º 0.52% 0.37% -
HSV(B) 358.16º 0.68% 0.56% -
XYZ 13.03 8.11 3.78 -
YUV 75.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 144 46 49 0 0.68 0.66 0.44 358.16 0.52 0.37
Hex 90 2E 31 0 44 42 2C 166 34 25
Octal 220 56 61 0 104 102 54 546 64 45
Binary 10010000 101110 110001 0 1000100 1000010 101100 101100110 110100 100101

Color Harmonies of #902E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902E31

Black with #902E31

Text Example


Text Example

White with #902E31

Text Example


Text Example

HTML Codes & Css Web 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>