Html Css Color HEX #9E363A Guardsman Red

📋 copy color: '#9E363A'

red 158 ◦ green 54 ◦ blue 58

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

Shades of Guardsman Red #9E363A

Tints of Guardsman Red #9E363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 58.52%
G = 20%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E363A (or 0x9E363A) is known color: Guardsman Red. HEX triplet: 9E, 36 and 3A. RGB value is (158,54,58). Sum of RGB (Red+Green+Blue) = 158+54+58=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E363A is #61C9C5. Grayscale: #555555. Windows color (decimal): -6408646 or 3815070. OLE color: 3815070.

HSL color Cylindrical-coordinate representation of color #9E363A: hue angle of 357.69º 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 #9E363A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 54 58 -
CMYK 0 0.66 0.63 0.38
HSL 357.69º 0.49% 0.42% -
HSV(B) 357.69º 0.66% 0.62% -
XYZ 16.18 10.21 5.12 -
YUV 85.55 112.46 179.67 -
System Red Green Blue C M Y K H S L
Decimal 158 54 58 0 0.66 0.63 0.38 357.69 0.49 0.42
Hex 9E 36 3A 0 42 3F 26 166 31 2A
Octal 236 66 72 0 102 77 46 546 61 52
Binary 10011110 110110 111010 0 1000010 111111 100110 101100110 110001 101010

Color Harmonies of #9E363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E363A

Black with #9E363A

Text Example


Text Example

White with #9E363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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