#180E12

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

Shades of Rustic Red #180E12

Tints of Rustic Red #180E12

Color information

#180E12 (or 0x180E12) is unknown color: approx Rustic Red. HEX triplet: 18, 0E and 12. RGB value is (24,14,18). Sum of RGB (Red+Green+Blue) = 24+14+18=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E12 is #E7F1ED. Grayscale: #111111. Windows color (decimal): -15200750 or 1183256. OLE color: 1183256.

HSL color Cylindrical-coordinate representation of color #180E12: hue angle of 336º 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 #180E12 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB241418-
CMYK00.420.250.91
HSL336º26.32%7.45%-
HSV(B)336º41.67%9.41%-
XYZ0.640.550.64-
YUV17.45128.31132.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 14 (5.86% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 32.14%
R=42.86%
G=25%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141800.420.250.9133626.327.45
Hex18E1202A195B1501a7
Octal30162205231133520327
Binary11000111010010010101011001101101110101000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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