#9E2829

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

Shades of Guardsman Red #9E2829

Tints of Guardsman Red #9E2829

Color information

#9E2829 (or 0x9E2829) is unknown color: approx Guardsman Red. HEX triplet: 9E, 28 and 29. RGB value is (158,40,41). Sum of RGB (Red+Green+Blue) = 158+40+41=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2829 is #61D7D6. Grayscale: #4B4B4B. Windows color (decimal): -6412247 or 2697374. OLE color: 2697374.

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

Color convert

RGB1584041-
CMYK00.750.740.38
HSL359.49º59.6%38.82%-
HSV(B)359.49º74.68%61.96%-
XYZ15.268.953.02-
YUV75.4108.59186.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.11%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=66.11%
G=16.74%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158404100.750.740.38359.4959.638.82
Hex9E282904B4A261673c27
Octal23650510113112465477447
Binary10011110101000101001010010111001010100110101100111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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