#9E2730

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

Shades of Guardsman Red #9E2730

Tints of Guardsman Red #9E2730

Color information

#9E2730 (or 0x9E2730) is unknown color: approx Guardsman Red. HEX triplet: 9E, 27 and 30. RGB value is (158,39,48). Sum of RGB (Red+Green+Blue) = 158+39+48=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2730 is #61D8CF. Grayscale: #4B4B4B. Windows color (decimal): -6412496 or 3155870. OLE color: 3155870.

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

Color convert

RGB1583948-
CMYK00.750.700.38
HSL355.46º60.41%38.63%-
HSV(B)355.46º75.32%61.96%-
XYZ15.368.933.71-
YUV75.61112.42186.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.49%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 48 (19.14% from 255) = 19.59%
R=64.49%
G=15.92%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158394800.750.700.38355.4660.4138.63
Hex9E273004B46261633c27
Octal23647600113106465437447
Binary10011110100111110000010010111000110100110101100011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,39,48); }

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

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

 a { background-color: rgb(158,39,48); }

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

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

 span { border-color: rgb(158,39,48); }

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