#9E2833

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

Shades of Guardsman Red #9E2833

Tints of Guardsman Red #9E2833

Color information

#9E2833 (or 0x9E2833) is unknown color: approx Guardsman Red. HEX triplet: 9E, 28 and 33. RGB value is (158,40,51). Sum of RGB (Red+Green+Blue) = 158+40+51=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2833 is #61D7CC. Grayscale: #4C4C4C. Windows color (decimal): -6412237 or 3352734. OLE color: 3352734.

HSL color Cylindrical-coordinate representation of color #9E2833: hue angle of 354.41º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2833 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1584051-
CMYK00.750.680.38
HSL354.41º59.6%38.82%-
HSV(B)354.41º74.68%61.96%-
XYZ15.469.034.06-
YUV76.54113.59186.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.45%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=63.45%
G=16.06%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158405100.750.680.38354.4159.638.82
Hex9E283304B44261623c27
Octal23650630113104465427447
Binary10011110101000110011010010111000100100110101100010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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