#9E2A2C

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

Shades of Guardsman Red #9E2A2C

Tints of Guardsman Red #9E2A2C

Color information

#9E2A2C (or 0x9E2A2C) is unknown color: approx Guardsman Red. HEX triplet: 9E, 2A and 2C. RGB value is (158,42,44). Sum of RGB (Red+Green+Blue) = 158+42+44=244 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.75% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A2C is #61D5D3. Grayscale: #4D4D4D. Windows color (decimal): -6411732 or 2894494. OLE color: 2894494.

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

Color convert

RGB1584244-
CMYK00.730.720.38
HSL358.97º58%39.22%-
HSV(B)358.97º73.42%61.96%-
XYZ15.389.113.33-
YUV76.91109.43185.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.75%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 44 (17.58% from 255) = 18.03%
R=64.75%
G=17.21%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158424400.730.720.38358.975839.22
Hex9E2A2C04948261673a27
Octal23652540111110465477247
Binary10011110101010101100010010011001000100110101100111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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