#9E2D3A

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

Shades of Guardsman Red #9E2D3A

Tints of Guardsman Red #9E2D3A

Color information

#9E2D3A (or 0x9E2D3A) is unknown color: approx Guardsman Red. HEX triplet: 9E, 2D and 3A. RGB value is (158,45,58). Sum of RGB (Red+Green+Blue) = 158+45+58=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2D3A is #61D2C5. Grayscale: #505050. Windows color (decimal): -6410950 or 3812766. OLE color: 3812766.

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

Color convert

RGB1584558-
CMYK00.720.630.38
HSL353.1º55.67%39.8%-
HSV(B)353.1º71.52%61.96%-
XYZ15.89.454.99-
YUV80.27115.44183.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.54%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=60.54%
G=17.24%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158455800.720.630.38353.155.6739.8
Hex9E2D3A0483F261613828
Octal2365572011077465417050
Binary1001111010110111101001001000111111100110101100001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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