#1E030B

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

Shades of Rustic Red #1E030B

Tints of Rustic Red #1E030B

Color information

#1E030B (or 0x1E030B) is unknown color: approx Rustic Red. HEX triplet: 1E, 03 and 0B. RGB value is (30,3,11). Sum of RGB (Red+Green+Blue) = 30+3+11=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030B is #E1FCF4. Grayscale: #0B0B0B. Windows color (decimal): -14810357 or 721694. OLE color: 721694.

HSL color Cylindrical-coordinate representation of color #1E030B: hue angle of 342.22º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E030B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.88.

Color convert

RGB30311-
CMYK00.900.630.88
HSL342.22º81.82%6.47%-
HSV(B)342.22º90%11.76%-
XYZ0.630.370.35-
YUV11.98127.45140.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 68.18%
GREEN value IS 3 (1.56% from 255) = 6.82%
BLUE value IS 11 (4.69% from 255) = 25%
R=68.18%
G=6.82%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031100.900.630.88342.2281.826.47
Hex1E3B05A3F58156526
Octal363130132771305261226
Binary111101110110101101011111110110001010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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