Html Css Color HEX #993132 Guardsman Red

📋 copy color: '#993132'

red 153 ◦ green 49 ◦ blue 50

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

Shades of Guardsman Red #993132

Tints of Guardsman Red #993132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 60.71%
G = 19.44%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993132 (or 0x993132) is known color: Guardsman Red. HEX triplet: 99, 31 and 32. RGB value is (153,49,50). Sum of RGB (Red+Green+Blue) = 153+49+50=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #993132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993132 is #66CECD. Grayscale: #505050. Windows color (decimal): -6737614 or 3289497. OLE color: 3289497.

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

Color convert

RGB 153 49 50 -
CMYK 0 0.68 0.67 0.4
HSL 359.42º 0.51% 0.4% -
HSV(B) 359.42º 0.68% 0.6% -
XYZ 14.81 9.2 4.01 -
YUV 80.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 153 49 50 0 0.68 0.67 0.4 359.42 0.51 0.4
Hex 99 31 32 0 44 43 28 167 33 28
Octal 231 61 62 0 104 103 50 547 63 50
Binary 10011001 110001 110010 0 1000100 1000011 101000 101100111 110011 101000

Color Harmonies of #993132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993132

Black with #993132

Text Example


Text Example

White with #993132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993132; }

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

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

background-color css

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

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

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

border-color css

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

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

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