Html Css Color HEX #993032 Guardsman Red

📋 copy color: '#993032'

red 153 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #993032

Tints of Guardsman Red #993032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 60.96%
G = 19.12%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#993032 (or 0x993032) is known color: Guardsman Red. HEX triplet: 99, 30 and 32. RGB value is (153,48,50). Sum of RGB (Red+Green+Blue) = 153+48+50=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #993032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993032 is #66CFCD. Grayscale: #4F4F4F. Windows color (decimal): -6737870 or 3289241. OLE color: 3289241.

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

Color convert

RGB 153 48 50 -
CMYK 0 0.69 0.67 0.4
HSL 358.86º 0.52% 0.39% -
HSV(B) 358.86º 0.69% 0.6% -
XYZ 14.77 9.12 4 -
YUV 79.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 153 48 50 0 0.69 0.67 0.4 358.86 0.52 0.39
Hex 99 30 32 0 45 43 28 167 34 27
Octal 231 60 62 0 105 103 50 547 64 47
Binary 10011001 110000 110010 0 1000101 1000011 101000 101100111 110100 100111

Color Harmonies of #993032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993032

Black with #993032

Text Example


Text Example

White with #993032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993032; }

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

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

background-color css

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

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

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

border-color css

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

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

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