Html Css Color HEX #992A31 Guardsman Red

📋 copy color: '#992A31'

red 153 ◦ green 42 ◦ blue 49

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

Shades of Guardsman Red #992A31

Tints of Guardsman Red #992A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.21%

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

R = 62.7%
G = 17.21%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#992A31 (or 0x992A31) is known color: Guardsman Red. HEX triplet: 99, 2A and 31. RGB value is (153,42,49). Sum of RGB (Red+Green+Blue) = 153+42+49=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #992A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992A31 is #66D5CE. Grayscale: #4C4C4C. Windows color (decimal): -6739407 or 3222169. OLE color: 3222169.

HSL color Cylindrical-coordinate representation of color #992A31: hue angle of 356.22º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A31 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 42 49 -
CMYK 0 0.73 0.68 0.4
HSL 356.22º 0.57% 0.38% -
HSV(B) 356.22º 0.73% 0.6% -
XYZ 14.52 8.65 3.81 -
YUV 75.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 153 42 49 0 0.73 0.68 0.4 356.22 0.57 0.38
Hex 99 2A 31 0 49 44 28 164 39 26
Octal 231 52 61 0 111 104 50 544 71 46
Binary 10011001 101010 110001 0 1001001 1000100 101000 101100100 111001 100110

Color Harmonies of #992A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992A31

Black with #992A31

Text Example


Text Example

White with #992A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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