#120004

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

Shades of Rustic Red #120004

Tints of Rustic Red #120004

Color information

#120004 (or 0x120004) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 04. RGB value is (18,0,4). Sum of RGB (Red+Green+Blue) = 18+0+4=22 (2% of max value = 765). Red value is 18 (7.42% from 255 or 81.82% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 4 (1.95% from 255 or 18.18% from 22); Max value from RGB is 18 - color contains mainly: red. Hex color #120004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120004 is #EDFFFB. Grayscale: #050505. Windows color (decimal): -15597564 or 262162. OLE color: 262162.

HSL color Cylindrical-coordinate representation of color #120004: hue angle of 346.67º 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 #120004 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB1804-
CMYK010.780.93
HSL346.67º100%3.53%-
HSV(B)346.67º100%7.06%-
XYZ0.270.140.13-
YUV5.84126.96136.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1804010.780.93346.671003.53
Hex12040644E5D15b644
Octal220401441161355331444
Binary10010010001100100100111010111011010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120004; }

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

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

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

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

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

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

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

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