#120009

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

Shades of Rustic Red #120009

Tints of Rustic Red #120009

Color information

#120009 (or 0x120009) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 09. RGB value is (18,0,9). Sum of RGB (Red+Green+Blue) = 18+0+9=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 0 (0.39% from 255 or 0% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120009 is #EDFFF6. Grayscale: #060606. Windows color (decimal): -15597559 or 589842. OLE color: 589842.

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

Color convert

RGB1809-
CMYK010.50.93
HSL330º100%3.53%-
HSV(B)330º100%7.06%-
XYZ0.30.150.27-
YUV6.41129.46136.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1809010.50.933301003.53
Hex1209064325D14a644
Octal220110144621355121444
Binary10010010010110010011001010111011010010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120009; }

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

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

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

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

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

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

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

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