#180006

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

Shades of Rustic Red #180006

Tints of Rustic Red #180006

Color information

#180006 (or 0x180006) is unknown color: approx Rustic Red. HEX triplet: 18, 00 and 06. RGB value is (24,0,6). Sum of RGB (Red+Green+Blue) = 24+0+6=30 (3% of max value = 765). Red value is 24 (9.77% from 255 or 80% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 24 - color contains mainly: red. Hex color #180006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180006 is #E7FFF9. Grayscale: #070707. Windows color (decimal): -15204346 or 393240. OLE color: 393240.

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

Color convert

RGB2406-
CMYK010.750.91
HSL345º100%4.71%-
HSV(B)345º100%9.41%-
XYZ0.410.210.19-
YUV7.86126.95139.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2406010.750.913451004.71
Hex18060644B5B159645
Octal300601441131335311445
Binary11000011001100100100101110110111010110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180006; }

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

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

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

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

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

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

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

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