Html Css Color HEX #912E31 Guardsman Red

📋 copy color: '#912E31'

red 145 ◦ green 46 ◦ blue 49

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

Shades of Guardsman Red #912E31

Tints of Guardsman Red #912E31

RGB

 RED value IS 145 (57.03% from 255) = 60.42%

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 49 (19.53% from 255) = 20.42%

R = 60.42%
G = 19.17%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#912E31 (or 0x912E31) is known color: Guardsman Red. HEX triplet: 91, 2E and 31. RGB value is (145,46,49). Sum of RGB (Red+Green+Blue) = 145+46+49=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #912E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E31 is #6ED1CE. Grayscale: #4C4C4C. Windows color (decimal): -7262671 or 3223185. OLE color: 3223185.

HSL color Cylindrical-coordinate representation of color #912E31: hue angle of 358.18º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E31 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 46 49 -
CMYK 0 0.68 0.66 0.43
HSL 358.18º 0.52% 0.37% -
HSV(B) 358.18º 0.68% 0.57% -
XYZ 13.21 8.2 3.79 -
YUV 75.94 112.8 177.26 -
System Red Green Blue C M Y K H S L
Decimal 145 46 49 0 0.68 0.66 0.43 358.18 0.52 0.37
Hex 91 2E 31 0 44 42 2B 166 34 25
Octal 221 56 61 0 104 102 53 546 64 45
Binary 10010001 101110 110001 0 1000100 1000010 101011 101100110 110100 100101

Color Harmonies of #912E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912E31

Black with #912E31

Text Example


Text Example

White with #912E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #912E31;
 }
 .AnyTagClassName
 {
   color: #912E31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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