#18090E

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

Shades of Rustic Red #18090E

Tints of Rustic Red #18090E

Color information

#18090E (or 0x18090E) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 0E. RGB value is (24,9,14). Sum of RGB (Red+Green+Blue) = 24+9+14=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #18090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090E is #E7F6F1. Grayscale: #0E0E0E. Windows color (decimal): -15202034 or 919832. OLE color: 919832.

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

Color convert

RGB24914-
CMYK00.630.420.91
HSL340º45.45%6.47%-
HSV(B)340º62.5%9.41%-
XYZ0.550.420.47-
YUV14.06127.97135.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=51.06%
G=19.15%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491400.630.420.9134045.456.47
Hex189E03F2A5B1542d6
Octal30111607752133524556
Binary110001001111001111111010101011011101010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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