#1E000C

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

Shades of Rustic Red #1E000C

Tints of Rustic Red #1E000C

Color information

#1E000C (or 0x1E000C) is unknown color: approx Rustic Red. HEX triplet: 1E, 00 and 0C. RGB value is (30,0,12). Sum of RGB (Red+Green+Blue) = 30+0+12=42 (5% of max value = 765). Red value is 30 (12.11% from 255 or 71.43% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000C is #E1FFF3. Grayscale: #0A0A0A. Windows color (decimal): -14811124 or 786462. OLE color: 786462.

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

Color convert

RGB30012-
CMYK010.600.88
HSL336º100%5.88%-
HSV(B)336º100%11.76%-
XYZ0.60.30.37-
YUV10.34128.94142.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 71.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=71.43%
G=0%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30012010.600.883361005.88
Hex1E0C0643C58150646
Octal360140144741305201446
Binary11110011000110010011110010110001010100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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