#1E030C

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

Shades of Rustic Red #1E030C

Tints of Rustic Red #1E030C

Color information

#1E030C (or 0x1E030C) is unknown color: approx Rustic Red. HEX triplet: 1E, 03 and 0C. RGB value is (30,3,12). Sum of RGB (Red+Green+Blue) = 30+3+12=45 (5% of max value = 765). Red value is 30 (12.11% from 255 or 66.67% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030C is #E1FCF3. Grayscale: #0C0C0C. Windows color (decimal): -14810356 or 787230. OLE color: 787230.

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

Color convert

RGB30312-
CMYK00.900.600.88
HSL340º81.82%6.47%-
HSV(B)340º90%11.76%-
XYZ0.630.370.39-
YUV12.1127.95140.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=66.67%
G=6.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3031200.900.600.8834081.826.47
Hex1E3C05A3C58154526
Octal363140132741305241226
Binary111101111000101101011110010110001010101001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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