#9E282D

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

Shades of Guardsman Red #9E282D

Tints of Guardsman Red #9E282D

Color information

#9E282D (or 0x9E282D) is unknown color: approx Guardsman Red. HEX triplet: 9E, 28 and 2D. RGB value is (158,40,45). Sum of RGB (Red+Green+Blue) = 158+40+45=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E282D is #61D7D2. Grayscale: #4B4B4B. Windows color (decimal): -6412243 or 2959518. OLE color: 2959518.

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

Color convert

RGB1584045-
CMYK00.750.720.38
HSL357.46º59.6%38.82%-
HSV(B)357.46º74.68%61.96%-
XYZ15.338.983.41-
YUV75.85110.59186.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.02%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 45 (17.97% from 255) = 18.52%
R=65.02%
G=16.46%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158404500.750.720.38357.4659.638.82
Hex9E282D04B48261653c27
Octal23650550113110465457447
Binary10011110101000101101010010111001000100110101100101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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