#120108

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

Shades of Rustic Red #120108

Tints of Rustic Red #120108

Color information

#120108 (or 0x120108) is unknown color: approx Rustic Red. HEX triplet: 12, 01 and 08. RGB value is (18,1,8). Sum of RGB (Red+Green+Blue) = 18+1+8=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120108 is #EDFEF7. Grayscale: #060606. Windows color (decimal): -15597304 or 524562. OLE color: 524562.

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

Color convert

RGB1818-
CMYK00.940.560.93
HSL335.29º89.47%3.73%-
HSV(B)335.29º94.44%7.06%-
XYZ0.30.170.25-
YUV6.88128.63135.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 8 (3.52% from 255) = 29.63%
R=66.67%
G=3.70%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal181800.940.560.93335.2989.473.73
Hex121805E385D14f594
Octal221100136701355171314
Binary10010110000101111011100010111011010011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120108; }

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

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

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

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

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

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

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

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