Html Css Color HEX #993437 Guardsman Red

📋 copy color: '#993437'

red 153 ◦ green 52 ◦ blue 55

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

Shades of Guardsman Red #993437

Tints of Guardsman Red #993437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 58.85%
G = 20%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.4

RGB Variations

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

Color information

#993437 (or 0x993437) is known color: Guardsman Red. HEX triplet: 99, 34 and 37. RGB value is (153,52,55). Sum of RGB (Red+Green+Blue) = 153+52+55=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993437 is #66CBC8. Grayscale: #525252. Windows color (decimal): -6736841 or 3617945. OLE color: 3617945.

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

Color convert

RGB 153 52 55 -
CMYK 0 0.66 0.64 0.4
HSL 358.22º 0.49% 0.4% -
HSV(B) 358.22º 0.66% 0.6% -
XYZ 15.05 9.5 4.66 -
YUV 82.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 153 52 55 0 0.66 0.64 0.4 358.22 0.49 0.4
Hex 99 34 37 0 42 40 28 166 31 28
Octal 231 64 67 0 102 100 50 546 61 50
Binary 10011001 110100 110111 0 1000010 1000000 101000 101100110 110001 101000

Color Harmonies of #993437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993437

Black with #993437

Text Example


Text Example

White with #993437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993437; }

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

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

background-color css

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

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

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

border-color css

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

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

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