#1E0910

Color #1E0910 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1E0910

Tints of Rustic Red #1E0910

Color information

#1E0910 (or 0x1E0910) is unknown color: approx Rustic Red. HEX triplet: 1E, 09 and 10. RGB value is (30,9,16). Sum of RGB (Red+Green+Blue) = 30+9+16=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0910 is #E1F6EF. Grayscale: #101010. Windows color (decimal): -14808816 or 1050910. OLE color: 1050910.

HSL color Cylindrical-coordinate representation of color #1E0910: hue angle of 340º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0910 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB30916-
CMYK00.700.470.88
HSL340º53.85%7.65%-
HSV(B)340º70%11.76%-
XYZ0.730.510.55-
YUV16.08127.96137.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 54.55%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=54.55%
G=16.36%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3091600.700.470.8834053.857.65
Hex1E9100462F58154368
Octal3611200106571305246610
Binary111101001100000100011010111110110001010101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0910; }

 p { color: rgb(30,9,16); }

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

<style>
 a { background-color: #1E0910; }

 a { background-color: rgb(30,9,16); }

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

<style>
 span { border-color: #1E0910; }

 span { border-color: rgb(30,9,16); }

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