#120407

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

Shades of Rustic Red #120407

Tints of Rustic Red #120407

Color information

#120407 (or 0x120407) is unknown color: approx Rustic Red. HEX triplet: 12, 04 and 07. RGB value is (18,4,7). Sum of RGB (Red+Green+Blue) = 18+4+7=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120407 is #EDFBF8. Grayscale: #080808. Windows color (decimal): -15596537 or 459794. OLE color: 459794.

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

Color convert

RGB1847-
CMYK00.780.610.93
HSL347.14º63.64%4.31%-
HSV(B)347.14º77.78%7.06%-
XYZ0.330.230.23-
YUV8.53127.14134.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 4 (1.95% from 255) = 13.79%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=62.07%
G=13.79%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal184700.780.610.93347.1463.644.31
Hex124704E3D5D15b404
Octal22470116751355331004
Binary100101001110100111011110110111011010110111000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120407; }

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

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

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

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

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

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

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

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