Html Css Color HEX #9E343A Guardsman Red

📋 copy color: '#9E343A'

red 158 ◦ green 52 ◦ blue 58

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

Shades of Guardsman Red #9E343A

Tints of Guardsman Red #9E343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 58.96%
G = 19.4%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9E343A (or 0x9E343A) is known color: Guardsman Red. HEX triplet: 9E, 34 and 3A. RGB value is (158,52,58). Sum of RGB (Red+Green+Blue) = 158+52+58=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E343A is #61CBC5. Grayscale: #545454. Windows color (decimal): -6409158 or 3814558. OLE color: 3814558.

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

Color convert

RGB 158 52 58 -
CMYK 0 0.67 0.63 0.38
HSL 356.6º 0.5% 0.41% -
HSV(B) 356.6º 0.67% 0.62% -
XYZ 16.09 10.03 5.09 -
YUV 84.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 158 52 58 0 0.67 0.63 0.38 356.6 0.5 0.41
Hex 9E 34 3A 0 43 3F 26 165 32 29
Octal 236 64 72 0 103 77 46 545 62 51
Binary 10011110 110100 111010 0 1000011 111111 100110 101100101 110010 101001

Color Harmonies of #9E343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E343A

Black with #9E343A

Text Example


Text Example

White with #9E343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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