#12080D

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

Shades of Rustic Red #12080D

Tints of Rustic Red #12080D

Color information

#12080D (or 0x12080D) is unknown color: approx Rustic Red. HEX triplet: 12, 08 and 0D. RGB value is (18,8,13). Sum of RGB (Red+Green+Blue) = 18+8+13=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #12080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12080D is #EDF7F2. Grayscale: #0B0B0B. Windows color (decimal): -15595507 or 854034. OLE color: 854034.

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

Color convert

RGB18813-
CMYK00.560.280.93
HSL330º38.46%5.1%-
HSV(B)330º55.56%7.06%-
XYZ0.410.330.42-
YUV11.56128.81132.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=46.15%
G=20.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1881300.560.280.9333038.465.1
Hex128D0381C5D14a265
Octal22101507034135512465
Binary10010100011010111000111001011101101001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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