#18080E

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

Shades of Rustic Red #18080E

Tints of Rustic Red #18080E

Color information

#18080E (or 0x18080E) is unknown color: approx Rustic Red. HEX triplet: 18, 08 and 0E. RGB value is (24,8,14). Sum of RGB (Red+Green+Blue) = 24+8+14=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #18080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18080E is #E7F7F1. Grayscale: #0D0D0D. Windows color (decimal): -15202290 or 919576. OLE color: 919576.

HSL color Cylindrical-coordinate representation of color #18080E: hue angle of 337.5º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18080E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB24814-
CMYK00.670.420.91
HSL337.5º50%6.27%-
HSV(B)337.5º66.67%9.41%-
XYZ0.540.40.46-
YUV13.47128.3135.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=52.17%
G=17.39%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2481400.670.420.91337.5506.27
Hex188E0432A5B152326
Octal301016010352133522626
Binary1100010001110010000111010101011011101010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18080E; }

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

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

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

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

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

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

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

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