Html Css Color HEX #9E3639 Guardsman Red

📋 copy color: '#9E3639'

red 158 ◦ green 54 ◦ blue 57

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

Shades of Guardsman Red #9E3639

Tints of Guardsman Red #9E3639

RGB

 RED value IS 158 (62.11% from 255) = 58.74%

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 58.74%
G = 20.07%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9E3639 (or 0x9E3639) is known color: Guardsman Red. HEX triplet: 9E, 36 and 39. RGB value is (158,54,57). Sum of RGB (Red+Green+Blue) = 158+54+57=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3639 is #61C9C6. Grayscale: #555555. Windows color (decimal): -6408647 or 3749534. OLE color: 3749534.

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

Color convert

RGB 158 54 57 -
CMYK 0 0.66 0.64 0.38
HSL 358.27º 0.49% 0.42% -
HSV(B) 358.27º 0.66% 0.62% -
XYZ 16.16 10.2 4.99 -
YUV 85.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 158 54 57 0 0.66 0.64 0.38 358.27 0.49 0.42
Hex 9E 36 39 0 42 40 26 166 31 2A
Octal 236 66 71 0 102 100 46 546 61 52
Binary 10011110 110110 111001 0 1000010 1000000 100110 101100110 110001 101010

Color Harmonies of #9E3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3639

Black with #9E3639

Text Example


Text Example

White with #9E3639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E3639; }

 p { color: rgb(158,54,57); }

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

background-color css

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

 a { background-color: rgb(158,54,57); }

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

border-color css

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

 span { border-color: rgb(158,54,57); }

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