Html Css Color HEX #992E32 Guardsman Red

📋 copy color: '#992E32'

red 153 ◦ green 46 ◦ blue 50

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

Shades of Guardsman Red #992E32

Tints of Guardsman Red #992E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 61.45%
G = 18.47%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#992E32 (or 0x992E32) is known color: Guardsman Red. HEX triplet: 99, 2E and 32. RGB value is (153,46,50). Sum of RGB (Red+Green+Blue) = 153+46+50=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #992E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992E32 is #66D1CD. Grayscale: #4E4E4E. Windows color (decimal): -6738382 or 3288729. OLE color: 3288729.

HSL color Cylindrical-coordinate representation of color #992E32: hue angle of 357.76º 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 #992E32 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 46 50 -
CMYK 0 0.70 0.67 0.4
HSL 357.76º 0.54% 0.39% -
HSV(B) 357.76º 0.7% 0.6% -
XYZ 14.69 8.96 3.97 -
YUV 78.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 153 46 50 0 0.70 0.67 0.4 357.76 0.54 0.39
Hex 99 2E 32 0 46 43 28 166 36 27
Octal 231 56 62 0 106 103 50 546 66 47
Binary 10011001 101110 110010 0 1000110 1000011 101000 101100110 110110 100111

Color Harmonies of #992E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992E32

Black with #992E32

Text Example


Text Example

White with #992E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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