#181214

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

Shades of Rustic Red #181214

Tints of Rustic Red #181214

Color information

#181214 (or 0x181214) is unknown color: approx Rustic Red. HEX triplet: 18, 12 and 14. RGB value is (24,18,20). Sum of RGB (Red+Green+Blue) = 24+18+20=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181214 is #E7EDEB. Grayscale: #141414. Windows color (decimal): -15199724 or 1315352. OLE color: 1315352.

HSL color Cylindrical-coordinate representation of color #181214: hue angle of 340º degrees, saturation: 0.14, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #181214 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB241820-
CMYK00.250.170.91
HSL340º14.29%8.24%-
HSV(B)340º25%9.41%-
XYZ0.720.680.75-
YUV20.02127.99130.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 38.71%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24182000.250.170.9134014.298.24
Hex181214019115B154e8
Octal302224031211335241610
Binary11000100101010001100110001101101110101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181214; }

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

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

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

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

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

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

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

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