#1E070B

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

Shades of Rustic Red #1E070B

Tints of Rustic Red #1E070B

Color information

#1E070B (or 0x1E070B) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 0B. RGB value is (30,7,11). Sum of RGB (Red+Green+Blue) = 30+7+11=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070B is #E1F8F4. Grayscale: #0E0E0E. Windows color (decimal): -14809333 or 722718. OLE color: 722718.

HSL color Cylindrical-coordinate representation of color #1E070B: hue angle of 349.57º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E070B is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB30711-
CMYK00.770.630.88
HSL349.57º62.16%7.25%-
HSV(B)349.57º76.67%11.76%-
XYZ0.670.450.37-
YUV14.33126.12139.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 62.5%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 11 (4.69% from 255) = 22.92%
R=62.5%
G=14.58%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3071100.770.630.88349.5762.167.25
Hex1E7B04D3F5815e3e7
Octal36713011577130536767
Binary111101111011010011011111111011000101011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,7,11); }

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

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

 a { background-color: rgb(30,7,11); }

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

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

 span { border-color: rgb(30,7,11); }

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