#18070E

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

Shades of Rustic Red #18070E

Tints of Rustic Red #18070E

Color information

#18070E (or 0x18070E) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 0E. RGB value is (24,7,14). Sum of RGB (Red+Green+Blue) = 24+7+14=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #18070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18070E is #E7F8F1. Grayscale: #0C0C0C. Windows color (decimal): -15202546 or 919320. OLE color: 919320.

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

Color convert

RGB24714-
CMYK00.710.420.91
HSL335.29º54.84%6.08%-
HSV(B)335.29º70.83%9.41%-
XYZ0.530.380.46-
YUV12.88128.63135.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 14 (5.86% from 255) = 31.11%
R=53.33%
G=15.56%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2471400.710.420.91335.2954.846.08
Hex187E0472A5B14f376
Octal30716010752133517676
Binary110001111110010001111010101011011101001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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