#12060A

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

Shades of Rustic Red #12060A

Tints of Rustic Red #12060A

Color information

#12060A (or 0x12060A) is unknown color: approx Rustic Red. HEX triplet: 12, 06 and 0A. RGB value is (18,6,10). Sum of RGB (Red+Green+Blue) = 18+6+10=34 (4% of max value = 765). Red value is 18 (7.42% from 255 or 52.94% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 18 - color contains mainly: red. Hex color #12060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060A is #EDF9F5. Grayscale: #0A0A0A. Windows color (decimal): -15596022 or 656914. OLE color: 656914.

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

Color convert

RGB18610-
CMYK00.670.440.93
HSL340º50%4.71%-
HSV(B)340º66.67%7.06%-
XYZ0.370.280.32-
YUV10.04127.98133.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 52.94%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=52.94%
G=17.65%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861000.670.440.93340504.71
Hex126A0432C5D154325
Octal22612010354135524625
Binary100101101010010000111011001011101101010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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