#1E030D

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

Shades of Rustic Red #1E030D

Tints of Rustic Red #1E030D

Color information

#1E030D (or 0x1E030D) is unknown color: approx Rustic Red. HEX triplet: 1E, 03 and 0D. RGB value is (30,3,13). Sum of RGB (Red+Green+Blue) = 30+3+13=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030D is #E1FCF2. Grayscale: #0C0C0C. Windows color (decimal): -14810355 or 852766. OLE color: 852766.

HSL color Cylindrical-coordinate representation of color #1E030D: hue angle of 337.78º 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 #1E030D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB30313-
CMYK00.900.570.88
HSL337.78º81.82%6.47%-
HSV(B)337.78º90%11.76%-
XYZ0.640.370.42-
YUV12.21128.45140.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 65.22%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=65.22%
G=6.52%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031300.900.570.88337.7881.826.47
Hex1E3D05A3958152526
Octal363150132711305221226
Binary111101111010101101011100110110001010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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