#120001

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

Shades of Rustic Red #120001

Tints of Rustic Red #120001

Color information

#120001 (or 0x120001) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 01. RGB value is (18,0,1). Sum of RGB (Red+Green+Blue) = 18+0+1=19 (2% of max value = 765). Red value is 18 (7.42% from 255 or 94.74% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 18 - color contains mainly: red. Hex color #120001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120001 is #EDFFFE. Grayscale: #050505. Windows color (decimal): -15597567 or 65554. OLE color: 65554.

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

Color convert

RGB1801-
CMYK010.940.93
HSL356.67º100%3.53%-
HSV(B)356.67º100%7.06%-
XYZ0.250.130.04-
YUV5.5125.46136.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 94.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=94.74%
G=0%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1801010.940.93356.671003.53
Hex12010645E5D165644
Octal220101441361355451444
Binary100100101100100101111010111011011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120001; }

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

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

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

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

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

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

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

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