#12080C

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

Shades of Rustic Red #12080C

Tints of Rustic Red #12080C

Color information

#12080C (or 0x12080C) is unknown color: approx Rustic Red. HEX triplet: 12, 08 and 0C. RGB value is (18,8,12). Sum of RGB (Red+Green+Blue) = 18+8+12=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 8 (3.52% from 255 or 21.05% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #12080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080C is #EDF7F3. Grayscale: #0B0B0B. Windows color (decimal): -15595508 or 788498. OLE color: 788498.

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

Color convert

RGB18812-
CMYK00.560.330.93
HSL336º38.46%5.1%-
HSV(B)336º55.56%7.06%-
XYZ0.40.330.39-
YUV11.45128.31132.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 8 (3.52% from 255) = 21.05%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=47.37%
G=21.05%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1881200.560.330.9333638.465.1
Hex128C038215D150265
Octal22101407041135520465
Binary100101000110001110001000011011101101010000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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