#9E3437

Color #9E3437 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #9E3437

Tints of Guardsman Red #9E3437

Color information

#9E3437 (or 0x9E3437) is unknown color: approx Guardsman Red. HEX triplet: 9E, 34 and 37. RGB value is (158,52,55). Sum of RGB (Red+Green+Blue) = 158+52+55=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3437 is #61CBC8. Grayscale: #545454. Windows color (decimal): -6409161 or 3617950. OLE color: 3617950.

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

Color convert

RGB1585255-
CMYK00.670.650.38
HSL358.3º50.48%41.18%-
HSV(B)358.3º67.09%61.96%-
XYZ16.02104.7-
YUV84.04111.62180.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.62%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=59.62%
G=19.62%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158525500.670.650.38358.350.4841.18
Hex9E343704341261663229
Octal23664670103101465466251
Binary10011110110100110111010000111000001100110101100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E3437;
 }
 .AnyTagClassName
 {
   color: #9E3437;
 }
</style>
background-color css

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

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

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

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

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

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