#120105

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

Shades of Rustic Red #120105

Tints of Rustic Red #120105

Color information

#120105 (or 0x120105) is unknown color: approx Rustic Red. HEX triplet: 12, 01 and 05. RGB value is (18,1,5). Sum of RGB (Red+Green+Blue) = 18+1+5=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120105 is #EDFEFA. Grayscale: #060606. Windows color (decimal): -15597307 or 327954. OLE color: 327954.

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

Color convert

RGB1815-
CMYK00.940.720.93
HSL345.88º89.47%3.73%-
HSV(B)345.88º94.44%7.06%-
XYZ0.290.160.16-
YUV6.54127.13136.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 5 (2.34% from 255) = 20.83%
R=75%
G=4.17%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181500.940.720.93345.8889.473.73
Hex121505E485D15a594
Octal221501361101355321314
Binary10010110101011110100100010111011010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120105; }

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

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

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

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

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

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

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

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