#12060C

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

Shades of Rustic Red #12060C

Tints of Rustic Red #12060C

Color information

#12060C (or 0x12060C) is unknown color: approx Rustic Red. HEX triplet: 12, 06 and 0C. RGB value is (18,6,12). Sum of RGB (Red+Green+Blue) = 18+6+12=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #12060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060C is #EDF9F3. Grayscale: #0A0A0A. Windows color (decimal): -15596020 or 787986. OLE color: 787986.

HSL color Cylindrical-coordinate representation of color #12060C: hue angle of 330º 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 #12060C is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB18612-
CMYK00.670.330.93
HSL330º50%4.71%-
HSV(B)330º66.67%7.06%-
XYZ0.380.290.38-
YUV10.27128.98133.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 16.67%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861200.670.330.93330504.71
Hex126C043215D14a325
Octal22614010341135512625
Binary100101101100010000111000011011101101001010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12060C; }

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

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

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

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

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

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

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

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