Html Css Color HEX #992E31 Guardsman Red

📋 copy color: '#992E31'

red 153 ◦ green 46 ◦ blue 49

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

Shades of Guardsman Red #992E31

Tints of Guardsman Red #992E31

RGB

 RED value IS 153 (60.16% from 255) = 61.69%

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

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

R = 61.69%
G = 18.55%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#992E31 (or 0x992E31) is known color: Guardsman Red. HEX triplet: 99, 2E and 31. RGB value is (153,46,49). Sum of RGB (Red+Green+Blue) = 153+46+49=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 46 (18.36% from 255 or 18.55% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #992E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E31 is #66D1CE. Grayscale: #4E4E4E. Windows color (decimal): -6738383 or 3223193. OLE color: 3223193.

HSL color Cylindrical-coordinate representation of color #992E31: hue angle of 358.32º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E31 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 49 -
CMYK 0 0.70 0.68 0.4
HSL 358.32º 0.54% 0.39% -
HSV(B) 358.32º 0.7% 0.6% -
XYZ 14.67 8.95 3.86 -
YUV 78.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 153 46 49 0 0.70 0.68 0.4 358.32 0.54 0.39
Hex 99 2E 31 0 46 44 28 166 36 27
Octal 231 56 61 0 106 104 50 546 66 47
Binary 10011001 101110 110001 0 1000110 1000100 101000 101100110 110110 100111

Color Harmonies of #992E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E31

Black with #992E31

Text Example


Text Example

White with #992E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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