#1E000B

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

Shades of Rustic Red #1E000B

Tints of Rustic Red #1E000B

Color information

#1E000B (or 0x1E000B) is unknown color: approx Rustic Red. HEX triplet: 1E, 00 and 0B. RGB value is (30,0,11). Sum of RGB (Red+Green+Blue) = 30+0+11=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000B is #E1FFF4. Grayscale: #0A0A0A. Windows color (decimal): -14811125 or 720926. OLE color: 720926.

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

Color convert

RGB30011-
CMYK010.630.88
HSL338º100%5.88%-
HSV(B)338º100%11.76%-
XYZ0.60.30.34-
YUV10.22128.44142.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 73.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 26.83%
R=73.17%
G=0%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30011010.630.883381005.88
Hex1E0B0643F58152646
Octal360130144771305221446
Binary11110010110110010011111110110001010100101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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