#18010C

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

Shades of Rustic Red #18010C

Tints of Rustic Red #18010C

Color information

#18010C (or 0x18010C) is unknown color: approx Rustic Red. HEX triplet: 18, 01 and 0C. RGB value is (24,1,12). Sum of RGB (Red+Green+Blue) = 24+1+12=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #18010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18010C is #E7FEF3. Grayscale: #090909. Windows color (decimal): -15204084 or 786712. OLE color: 786712.

HSL color Cylindrical-coordinate representation of color #18010C: hue angle of 331.3º 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 #18010C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB24112-
CMYK00.960.500.91
HSL331.3º92%4.9%-
HSV(B)331.3º95.83%9.41%-
XYZ0.450.240.37-
YUV9.13129.62138.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 12 (5.08% from 255) = 32.43%
R=64.86%
G=2.70%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411200.960.500.91331.3924.9
Hex181C060325B14b5c5
Octal301140140621335131345
Binary11000111000110000011001010110111010010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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