#18010D

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

Shades of Rustic Red #18010D

Tints of Rustic Red #18010D

Color information

#18010D (or 0x18010D) is unknown color: approx Rustic Red. HEX triplet: 18, 01 and 0D. RGB value is (24,1,13). Sum of RGB (Red+Green+Blue) = 24+1+13=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #18010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18010D is #E7FEF2. Grayscale: #090909. Windows color (decimal): -15204083 or 852248. OLE color: 852248.

HSL color Cylindrical-coordinate representation of color #18010D: hue angle of 328.7º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18010D is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB24113-
CMYK00.960.460.91
HSL328.7º92%4.9%-
HSV(B)328.7º95.83%9.41%-
XYZ0.460.240.4-
YUV9.24130.12138.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=63.16%
G=2.63%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411300.960.460.91328.7924.9
Hex181D0602E5B1495c5
Octal301150140561335111345
Binary11000111010110000010111010110111010010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18010D; }

 p { color: rgb(24,1,13); }

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

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

 a { background-color: rgb(24,1,13); }

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

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

 span { border-color: rgb(24,1,13); }

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