Html Css Color HEX #993037 Guardsman Red

📋 copy color: '#993037'

red 153 ◦ green 48 ◦ blue 55

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

Shades of Guardsman Red #993037

Tints of Guardsman Red #993037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 59.77%
G = 18.75%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#993037 (or 0x993037) is known color: Guardsman Red. HEX triplet: 99, 30 and 37. RGB value is (153,48,55). Sum of RGB (Red+Green+Blue) = 153+48+55=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #993037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993037 is #66CFC8. Grayscale: #505050. Windows color (decimal): -6737865 or 3616921. OLE color: 3616921.

HSL color Cylindrical-coordinate representation of color #993037: hue angle of 356º 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 #993037 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 55 -
CMYK 0 0.69 0.64 0.4
HSL 356º 0.52% 0.39% -
HSV(B) 356º 0.69% 0.6% -
XYZ 14.88 9.16 4.6 -
YUV 80.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 153 48 55 0 0.69 0.64 0.4 356 0.52 0.39
Hex 99 30 37 0 45 40 28 164 34 27
Octal 231 60 67 0 105 100 50 544 64 47
Binary 10011001 110000 110111 0 1000101 1000000 101000 101100100 110100 100111

Color Harmonies of #993037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993037

Black with #993037

Text Example


Text Example

White with #993037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993037; }

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

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

background-color css

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

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

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

border-color css

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

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

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