#140B0C

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

Shades of Rustic Red #140B0C

Tints of Rustic Red #140B0C

Color information

#140B0C (or 0x140B0C) is unknown color: approx Rustic Red. HEX triplet: 14, 0B and 0C. RGB value is (20,11,12). Sum of RGB (Red+Green+Blue) = 20+11+12=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B0C is #EBF4F3. Grayscale: #0D0D0D. Windows color (decimal): -15463668 or 789268. OLE color: 789268.

HSL color Cylindrical-coordinate representation of color #140B0C: hue angle of 353.33º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140B0C is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB201112-
CMYK00.450.400.92
HSL353.33º29.03%6.08%-
HSV(B)353.33º45%7.84%-
XYZ0.470.410.4-
YUV13.8126.98132.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 11 (4.69% from 255) = 25.58%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=46.51%
G=25.58%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20111200.450.400.92353.3329.036.08
Hex14BC02D285C1611d6
Octal24131405550134541356
Binary10100101111000101101101000101110010110000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140B0C; }

 p { color: rgb(20,11,12); }

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

<style>
 a { background-color: #140B0C; }

 a { background-color: rgb(20,11,12); }

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

<style>
 span { border-color: #140B0C; }

 span { border-color: rgb(20,11,12); }

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