Html Css Color HEX #9E2B36 Guardsman Red

📋 copy color: '#9E2B36'

red 158 ◦ green 43 ◦ blue 54

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

Shades of Guardsman Red #9E2B36

Tints of Guardsman Red #9E2B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.86%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 61.96%
G = 16.86%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9E2B36 (or 0x9E2B36) is known color: Guardsman Red. HEX triplet: 9E, 2B and 36. RGB value is (158,43,54). Sum of RGB (Red+Green+Blue) = 158+43+54=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B36 is #61D4C9. Grayscale: #4E4E4E. Windows color (decimal): -6411466 or 3550110. OLE color: 3550110.

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

Color convert

RGB 158 43 54 -
CMYK 0 0.73 0.66 0.38
HSL 354.26º 0.57% 0.39% -
HSV(B) 354.26º 0.73% 0.62% -
XYZ 15.63 9.26 4.45 -
YUV 78.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 158 43 54 0 0.73 0.66 0.38 354.26 0.57 0.39
Hex 9E 2B 36 0 49 42 26 162 39 27
Octal 236 53 66 0 111 102 46 542 71 47
Binary 10011110 101011 110110 0 1001001 1000010 100110 101100010 111001 100111

Color Harmonies of #9E2B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2B36

Black with #9E2B36

Text Example


Text Example

White with #9E2B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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