#1E000D

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

Shades of Rustic Red #1E000D

Tints of Rustic Red #1E000D

Color information

#1E000D (or 0x1E000D) is unknown color: approx Rustic Red. HEX triplet: 1E, 00 and 0D. RGB value is (30,0,13). Sum of RGB (Red+Green+Blue) = 30+0+13=43 (5% of max value = 765). Red value is 30 (12.11% from 255 or 69.77% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000D is #E1FFF2. Grayscale: #0A0A0A. Windows color (decimal): -14811123 or 851998. OLE color: 851998.

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

Color convert

RGB30013-
CMYK010.570.88
HSL334º100%5.88%-
HSV(B)334º100%11.76%-
XYZ0.610.310.41-
YUV10.45129.44141.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 69.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=69.77%
G=0%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30013010.570.883341005.88
Hex1E0D064395814e646
Octal360150144711305161446
Binary11110011010110010011100110110001010011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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