#9E2C33

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

Shades of Guardsman Red #9E2C33

Tints of Guardsman Red #9E2C33

Color information

#9E2C33 (or 0x9E2C33) is unknown color: approx Guardsman Red. HEX triplet: 9E, 2C and 33. RGB value is (158,44,51). Sum of RGB (Red+Green+Blue) = 158+44+51=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2C33 is #61D3CC. Grayscale: #4E4E4E. Windows color (decimal): -6411213 or 3353758. OLE color: 3353758.

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

Color convert

RGB1584451-
CMYK00.720.680.38
HSL356.32º56.44%39.61%-
HSV(B)356.32º72.15%61.96%-
XYZ15.69.314.11-
YUV78.88112.27184.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.45%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=62.45%
G=17.39%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158445100.720.680.38356.3256.4439.61
Hex9E2C3304844261643828
Octal23654630110104465447050
Binary10011110101100110011010010001000100100110101100100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,44,51); }

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

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

 a { background-color: rgb(158,44,51); }

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

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

 span { border-color: rgb(158,44,51); }

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