#120104

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

Shades of Rustic Red #120104

Tints of Rustic Red #120104

Color information

#120104 (or 0x120104) is unknown color: approx Rustic Red. HEX triplet: 12, 01 and 04. RGB value is (18,1,4). Sum of RGB (Red+Green+Blue) = 18+1+4=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120104 is #EDFEFB. Grayscale: #060606. Windows color (decimal): -15597308 or 262418. OLE color: 262418.

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

Color convert

RGB1814-
CMYK00.940.780.93
HSL349.41º89.47%3.73%-
HSV(B)349.41º94.44%7.06%-
XYZ0.280.160.13-
YUV6.42126.63136.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 78.26%
GREEN value IS 1 (0.78% from 255) = 4.35%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=78.26%
G=4.35%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181400.940.780.93349.4189.473.73
Hex121405E4E5D15d594
Octal221401361161355351314
Binary10010110001011110100111010111011010111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120104; }

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

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

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

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

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

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

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

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