#120A0C

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

Shades of Rustic Red #120A0C

Tints of Rustic Red #120A0C

Color information

#120A0C (or 0x120A0C) is unknown color: approx Rustic Red. HEX triplet: 12, 0A and 0C. RGB value is (18,10,12). Sum of RGB (Red+Green+Blue) = 18+10+12=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 10 (4.30% from 255 or 25% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0C is #EDF5F3. Grayscale: #0C0C0C. Windows color (decimal): -15594996 or 789010. OLE color: 789010.

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

Color convert

RGB181012-
CMYK00.440.330.93
HSL345º28.57%5.49%-
HSV(B)345º44.44%7.06%-
XYZ0.420.370.4-
YUV12.62127.65131.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 10 (4.30% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 30%
R=45%
G=25%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101200.440.330.9334528.575.49
Hex12AC02C215D1591d5
Octal22121405441135531355
Binary10010101011000101100100001101110110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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