#1E0F15

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

Shades of Rustic Red #1E0F15

Tints of Rustic Red #1E0F15

Color information

#1E0F15 (or 0x1E0F15) is unknown color: approx Rustic Red. HEX triplet: 1E, 0F and 15. RGB value is (30,15,21). Sum of RGB (Red+Green+Blue) = 30+15+21=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F15 is #E1F0EA. Grayscale: #141414. Windows color (decimal): -14807275 or 1380126. OLE color: 1380126.

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

Color convert

RGB301521-
CMYK00.50.300.88
HSL336º33.33%8.82%-
HSV(B)336º50%11.76%-
XYZ0.840.670.79-
YUV20.17128.47135.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 15 (6.25% from 255) = 22.73%
BLUE value IS 21 (8.59% from 255) = 31.82%
R=45.45%
G=22.73%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30152100.50.300.8833633.338.82
Hex1EF150321E58150219
Octal361725062361305204111
Binary1111011111010101100101111010110001010100001000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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