#120107

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

Shades of Rustic Red #120107

Tints of Rustic Red #120107

Color information

#120107 (or 0x120107) is unknown color: approx Rustic Red. HEX triplet: 12, 01 and 07. RGB value is (18,1,7). Sum of RGB (Red+Green+Blue) = 18+1+7=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120107 is #EDFEF8. Grayscale: #060606. Windows color (decimal): -15597305 or 459026. OLE color: 459026.

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

Color convert

RGB1817-
CMYK00.940.610.93
HSL338.82º89.47%3.73%-
HSV(B)338.82º94.44%7.06%-
XYZ0.30.170.22-
YUV6.77128.13136.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=69.23%
G=3.85%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181700.940.610.93338.8289.473.73
Hex121705E3D5D153594
Octal22170136751355231314
Binary1001011110101111011110110111011010100111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120107; }

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

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

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

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

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

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

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

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