#120A0D

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

Shades of Rustic Red #120A0D

Tints of Rustic Red #120A0D

Color information

#120A0D (or 0x120A0D) is unknown color: approx Rustic Red. HEX triplet: 12, 0A and 0D. RGB value is (18,10,13). Sum of RGB (Red+Green+Blue) = 18+10+13=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0D is #EDF5F2. Grayscale: #0C0C0C. Windows color (decimal): -15594995 or 854546. OLE color: 854546.

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

Color convert

RGB181013-
CMYK00.440.280.93
HSL337.5º28.57%5.49%-
HSV(B)337.5º44.44%7.06%-
XYZ0.430.370.43-
YUV12.73128.15131.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 10 (4.30% from 255) = 24.39%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=43.90%
G=24.39%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101300.440.280.93337.528.575.49
Hex12AD02C1C5D1521d5
Octal22121505434135522355
Binary1001010101101010110011100101110110101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120A0D; }

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

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

<style>
 a { background-color: #120A0D; }

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

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

<style>
 span { border-color: #120A0D; }

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

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