#1E0B13

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

Shades of Rustic Red #1E0B13

Tints of Rustic Red #1E0B13

Color information

#1E0B13 (or 0x1E0B13) is unknown color: approx Rustic Red. HEX triplet: 1E, 0B and 13. RGB value is (30,11,19). Sum of RGB (Red+Green+Blue) = 30+11+19=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B13 is #E1F4EC. Grayscale: #111111. Windows color (decimal): -14808301 or 1248030. OLE color: 1248030.

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

Color convert

RGB301119-
CMYK00.630.370.88
HSL334.74º46.34%8.04%-
HSV(B)334.74º63.33%11.76%-
XYZ0.770.560.68-
YUV17.59128.79136.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 18.33%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=50%
G=18.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30111900.630.370.88334.7446.348.04
Hex1EB1303F255814f2e8
Octal361323077451305175610
Binary11110101110011011111110010110110001010011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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