#1E0C0F

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

Shades of Rustic Red #1E0C0F

Tints of Rustic Red #1E0C0F

Color information

#1E0C0F (or 0x1E0C0F) is unknown color: approx Rustic Red. HEX triplet: 1E, 0C and 0F. RGB value is (30,12,15). Sum of RGB (Red+Green+Blue) = 30+12+15=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C0F is #E1F3F0. Grayscale: #111111. Windows color (decimal): -14808049 or 986142. OLE color: 986142.

HSL color Cylindrical-coordinate representation of color #1E0C0F: hue angle of 350º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E0C0F is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB301215-
CMYK00.600.50.88
HSL350º42.86%8.24%-
HSV(B)350º60%11.76%-
XYZ0.750.570.52-
YUV17.72126.46136.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 52.63%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30121500.600.50.8835042.868.24
Hex1ECF03C325815e2b8
Octal361417074621305365310
Binary1111011001111011110011001010110001010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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