#1E1012

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

Shades of Rustic Red #1E1012

Tints of Rustic Red #1E1012

Color information

#1E1012 (or 0x1E1012) is unknown color: approx Rustic Red. HEX triplet: 1E, 10 and 12. RGB value is (30,16,18). Sum of RGB (Red+Green+Blue) = 30+16+18=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1012 is #E1EFED. Grayscale: #141414. Windows color (decimal): -14807022 or 1183774. OLE color: 1183774.

HSL color Cylindrical-coordinate representation of color #1E1012: hue angle of 351.43º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E1012 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB301618-
CMYK00.470.400.88
HSL351.43º30.43%9.02%-
HSV(B)351.43º46.67%11.76%-
XYZ0.830.690.66-
YUV20.41126.64134.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.88%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=46.88%
G=25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30161800.470.400.88351.4330.439.02
Hex1E101202F285815f1e9
Octal362022057501305373611
Binary11110100001001001011111010001011000101011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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