#180E11

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

Shades of Rustic Red #180E11

Tints of Rustic Red #180E11

Color information

#180E11 (or 0x180E11) is unknown color: approx Rustic Red. HEX triplet: 18, 0E and 11. RGB value is (24,14,17). Sum of RGB (Red+Green+Blue) = 24+14+17=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 14 (5.86% from 255 or 25.45% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E11 is #E7F1EE. Grayscale: #111111. Windows color (decimal): -15200751 or 1117720. OLE color: 1117720.

HSL color Cylindrical-coordinate representation of color #180E11: hue angle of 342º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #180E11 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB241417-
CMYK00.420.290.91
HSL342º26.32%7.45%-
HSV(B)342º41.67%9.41%-
XYZ0.630.550.6-
YUV17.33127.81132.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 14 (5.86% from 255) = 25.45%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=43.64%
G=25.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141700.420.290.9134226.327.45
Hex18E1102A1D5B1561a7
Octal30162105235133526327
Binary11000111010001010101011101101101110101011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E11; }

 p { color: rgb(24,14,17); }

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

<style>
 a { background-color: #180E11; }

 a { background-color: rgb(24,14,17); }

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

<style>
 span { border-color: #180E11; }

 span { border-color: rgb(24,14,17); }

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