#9E2B2E

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

Shades of Guardsman Red #9E2B2E

Tints of Guardsman Red #9E2B2E

Color information

#9E2B2E (or 0x9E2B2E) is unknown color: approx Guardsman Red. HEX triplet: 9E, 2B and 2E. RGB value is (158,43,46). Sum of RGB (Red+Green+Blue) = 158+43+46=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 43 (17.19% from 255 or 17.41% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2B2E is #61D4D1. Grayscale: #4D4D4D. Windows color (decimal): -6411474 or 3025822. OLE color: 3025822.

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

Color convert

RGB1584346-
CMYK00.730.710.38
HSL358.43º57.21%39.41%-
HSV(B)358.43º72.78%61.96%-
XYZ15.469.193.54-
YUV77.73110.1185.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.97%
GREEN value IS 43 (17.19% from 255) = 17.41%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=63.97%
G=17.41%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158434600.730.710.38358.4357.2139.41
Hex9E2B2E04947261663927
Octal23653560111107465467147
Binary10011110101011101110010010011000111100110101100110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,43,46); }

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

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

 a { background-color: rgb(158,43,46); }

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

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

 span { border-color: rgb(158,43,46); }

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