Html Css Color HEX #9E2832 Guardsman Red

📋 copy color: '#9E2832'

red 158 ◦ green 40 ◦ blue 50

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

Shades of Guardsman Red #9E2832

Tints of Guardsman Red #9E2832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.13%

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

R = 63.71%
G = 16.13%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E2832 (or 0x9E2832) is known color: Guardsman Red. HEX triplet: 9E, 28 and 32. RGB value is (158,40,50). Sum of RGB (Red+Green+Blue) = 158+40+50=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2832 is #61D7CD. Grayscale: #4C4C4C. Windows color (decimal): -6412238 or 3287198. OLE color: 3287198.

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

Color convert

RGB 158 40 50 -
CMYK 0 0.75 0.68 0.38
HSL 354.92º 0.6% 0.39% -
HSV(B) 354.92º 0.75% 0.62% -
XYZ 15.44 9.02 3.94 -
YUV 76.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 158 40 50 0 0.75 0.68 0.38 354.92 0.6 0.39
Hex 9E 28 32 0 4B 44 26 163 3C 27
Octal 236 50 62 0 113 104 46 543 74 47
Binary 10011110 101000 110010 0 1001011 1000100 100110 101100011 111100 100111

Color Harmonies of #9E2832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2832

Black with #9E2832

Text Example


Text Example

White with #9E2832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,40,50); }

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

background-color css

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

 a { background-color: rgb(158,40,50); }

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

border-color css

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

 span { border-color: rgb(158,40,50); }

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