#1E1315

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

Shades of Rustic Red #1E1315

Tints of Rustic Red #1E1315

Color information

#1E1315 (or 0x1E1315) is unknown color: approx Rustic Red. HEX triplet: 1E, 13 and 15. RGB value is (30,19,21). Sum of RGB (Red+Green+Blue) = 30+19+21=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1315 is #E1ECEA. Grayscale: #161616. Windows color (decimal): -14806251 or 1381150. OLE color: 1381150.

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

Color convert

RGB301921-
CMYK00.370.300.88
HSL349.09º22.45%9.61%-
HSV(B)349.09º36.67%11.76%-
XYZ0.90.80.82-
YUV22.52127.14133.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 21 (8.59% from 255) = 30%
R=42.86%
G=27.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30192100.370.300.88349.0922.459.61
Hex1E13150251E5815d16a
Octal362325045361305352612
Binary1111010011101010100101111101011000101011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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