#120209

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

Shades of Rustic Red #120209

Tints of Rustic Red #120209

Color information

#120209 (or 0x120209) is unknown color: approx Rustic Red. HEX triplet: 12, 02 and 09. RGB value is (18,2,9). Sum of RGB (Red+Green+Blue) = 18+2+9=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120209 is #EDFDF6. Grayscale: #070707. Windows color (decimal): -15597047 or 590354. OLE color: 590354.

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

Color convert

RGB1829-
CMYK00.890.50.93
HSL333.75º80%3.92%-
HSV(B)333.75º88.89%7.06%-
XYZ0.320.190.28-
YUV7.58128.8135.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 9 (3.91% from 255) = 31.03%
R=62.07%
G=6.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182900.890.50.93333.75803.92
Hex1229059325D14e504
Octal222110131621355161204
Binary100101010010101100111001010111011010011101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120209; }

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

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

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

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

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

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

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

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