#180106

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

Shades of Rustic Red #180106

Tints of Rustic Red #180106

Color information

#180106 (or 0x180106) is unknown color: approx Rustic Red. HEX triplet: 18, 01 and 06. RGB value is (24,1,6). Sum of RGB (Red+Green+Blue) = 24+1+6=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180106 is #E7FEF9. Grayscale: #080808. Windows color (decimal): -15204090 or 393496. OLE color: 393496.

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

Color convert

RGB2416-
CMYK00.960.750.91
HSL346.96º92%4.9%-
HSV(B)346.96º95.83%9.41%-
XYZ0.420.230.19-
YUV8.45126.62139.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 77.42%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 6 (2.73% from 255) = 19.35%
R=77.42%
G=3.23%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal241600.960.750.91346.96924.9
Hex18160604B5B15b5c5
Octal301601401131335331345
Binary11000111001100000100101110110111010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180106; }

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

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

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

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

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

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

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

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