Html Css Color HEX #9E313A Guardsman Red

📋 copy color: '#9E313A'

red 158 ◦ green 49 ◦ blue 58

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

Shades of Guardsman Red #9E313A

Tints of Guardsman Red #9E313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.49%

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

R = 59.62%
G = 18.49%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E313A (or 0x9E313A) is known color: Guardsman Red. HEX triplet: 9E, 31 and 3A. RGB value is (158,49,58). Sum of RGB (Red+Green+Blue) = 158+49+58=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E313A is #61CEC5. Grayscale: #525252. Windows color (decimal): -6409926 or 3813790. OLE color: 3813790.

HSL color Cylindrical-coordinate representation of color #9E313A: hue angle of 355.05º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E313A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 49 58 -
CMYK 0 0.69 0.63 0.38
HSL 355.05º 0.53% 0.41% -
HSV(B) 355.05º 0.69% 0.62% -
XYZ 15.96 9.77 5.05 -
YUV 82.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 158 49 58 0 0.69 0.63 0.38 355.05 0.53 0.41
Hex 9E 31 3A 0 45 3F 26 163 35 29
Octal 236 61 72 0 105 77 46 543 65 51
Binary 10011110 110001 111010 0 1000101 111111 100110 101100011 110101 101001

Color Harmonies of #9E313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E313A

Black with #9E313A

Text Example


Text Example

White with #9E313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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