#120006

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

Shades of Rustic Red #120006

Tints of Rustic Red #120006

Color information

#120006 (or 0x120006) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 06. RGB value is (18,0,6). Sum of RGB (Red+Green+Blue) = 18+0+6=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120006 is #EDFFF9. Grayscale: #060606. Windows color (decimal): -15597562 or 393234. OLE color: 393234.

HSL color Cylindrical-coordinate representation of color #120006: hue angle of 340º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120006 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB1806-
CMYK010.670.93
HSL340º100%3.53%-
HSV(B)340º100%7.06%-
XYZ0.280.140.18-
YUV6.07127.96136.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1806010.670.933401003.53
Hex1206064435D154644
Octal220601441031355241444
Binary10010011001100100100001110111011010101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120006; }

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

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

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

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

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

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

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

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