#120709

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

Shades of Rustic Red #120709

Tints of Rustic Red #120709

Color information

#120709 (or 0x120709) is unknown color: approx Rustic Red. HEX triplet: 12, 07 and 09. RGB value is (18,7,9). Sum of RGB (Red+Green+Blue) = 18+7+9=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #120709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120709 is #EDF8F6. Grayscale: #0A0A0A. Windows color (decimal): -15595767 or 591634. OLE color: 591634.

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

Color convert

RGB1879-
CMYK00.610.50.93
HSL349.09º44%4.9%-
HSV(B)349.09º61.11%7.06%-
XYZ0.370.30.3-
YUV10.52127.14133.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 7 (3.12% from 255) = 20.59%
BLUE value IS 9 (3.91% from 255) = 26.47%
R=52.94%
G=20.59%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187900.610.50.93349.09444.9
Hex127903D325D15d2c5
Octal2271107562135535545
Binary10010111100101111011100101011101101011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120709; }

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

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

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

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

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

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

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

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