#1E010F

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

Shades of Rustic Red #1E010F

Tints of Rustic Red #1E010F

Color information

#1E010F (or 0x1E010F) is unknown color: approx Rustic Red. HEX triplet: 1E, 01 and 0F. RGB value is (30,1,15). Sum of RGB (Red+Green+Blue) = 30+1+15=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E010F is #E1FEF0. Grayscale: #0B0B0B. Windows color (decimal): -14810865 or 983326. OLE color: 983326.

HSL color Cylindrical-coordinate representation of color #1E010F: hue angle of 331.03º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E010F is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB30115-
CMYK00.970.50.88
HSL331.03º93.55%6.08%-
HSV(B)331.03º96.67%11.76%-
XYZ0.630.330.48-
YUV11.27130.11141.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 65.22%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=65.22%
G=2.17%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3011500.970.50.88331.0393.556.08
Hex1E1F061325814b5e6
Octal361170141621305131366
Binary11110111110110000111001010110001010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,15); }

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

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

 a { background-color: rgb(30,1,15); }

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

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

 span { border-color: rgb(30,1,15); }

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