#120A0B

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

Shades of Rustic Red #120A0B

Tints of Rustic Red #120A0B

Color information

#120A0B (or 0x120A0B) is unknown color: approx Rustic Red. HEX triplet: 12, 0A and 0B. RGB value is (18,10,11). Sum of RGB (Red+Green+Blue) = 18+10+11=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0B is #EDF5F4. Grayscale: #0C0C0C. Windows color (decimal): -15594997 or 723474. OLE color: 723474.

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

Color convert

RGB181011-
CMYK00.440.390.93
HSL352.5º28.57%5.49%-
HSV(B)352.5º44.44%7.06%-
XYZ0.420.370.37-
YUV12.51127.15131.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 10 (4.30% from 255) = 25.64%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=46.15%
G=25.64%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18101100.440.390.93352.528.575.49
Hex12AB02C275D1601d5
Octal22121305447135540355
Binary10010101010110101100100111101110110110000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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