#12090D

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

Shades of Rustic Red #12090D

Tints of Rustic Red #12090D

Color information

#12090D (or 0x12090D) is unknown color: approx Rustic Red. HEX triplet: 12, 09 and 0D. RGB value is (18,9,13). Sum of RGB (Red+Green+Blue) = 18+9+13=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #12090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12090D is #EDF6F2. Grayscale: #0C0C0C. Windows color (decimal): -15595251 or 854290. OLE color: 854290.

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

Color convert

RGB18913-
CMYK00.50.280.93
HSL333.33º33.33%5.29%-
HSV(B)333.33º50%7.06%-
XYZ0.420.350.43-
YUV12.15128.48132.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=45%
G=22.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891300.50.280.93333.3333.335.29
Hex129D0321C5D14d215
Octal22111506234135515415
Binary10010100111010110010111001011101101001101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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