#120102

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

Shades of Rustic Red #120102

Tints of Rustic Red #120102

Color information

#120102 (or 0x120102) is unknown color: approx Rustic Red. HEX triplet: 12, 01 and 02. RGB value is (18,1,2). Sum of RGB (Red+Green+Blue) = 18+1+2=21 (2% of max value = 765). Red value is 18 (7.42% from 255 or 85.71% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 18 - color contains mainly: red. Hex color #120102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120102 is #EDFEFD. Grayscale: #060606. Windows color (decimal): -15597310 or 131346. OLE color: 131346.

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

Color convert

RGB1812-
CMYK00.940.890.93
HSL356.47º89.47%3.73%-
HSV(B)356.47º94.44%7.06%-
XYZ0.270.150.07-
YUV6.2125.63136.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 4.76%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=85.71%
G=4.76%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181200.940.890.93356.4789.473.73
Hex121205E595D164594
Octal221201361311355441314
Binary1001011001011110101100110111011011001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120102; }

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

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

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

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

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

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

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

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