#120608

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

Shades of Rustic Red #120608

Tints of Rustic Red #120608

Color information

#120608 (or 0x120608) is unknown color: approx Rustic Red. HEX triplet: 12, 06 and 08. RGB value is (18,6,8). Sum of RGB (Red+Green+Blue) = 18+6+8=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120608 is #EDF9F7. Grayscale: #090909. Windows color (decimal): -15596024 or 525842. OLE color: 525842.

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

Color convert

RGB1868-
CMYK00.670.560.93
HSL350º50%4.71%-
HSV(B)350º66.67%7.06%-
XYZ0.360.280.26-
YUV9.82126.98133.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 56.25%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 8 (3.52% from 255) = 25%
R=56.25%
G=18.75%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal186800.670.560.93350504.71
Hex1268043385D15e325
Octal22610010370135536625
Binary100101101000010000111110001011101101011110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120608; }

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

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

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

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

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

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

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

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