#140A0D

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

Shades of Rustic Red #140A0D

Tints of Rustic Red #140A0D

Color information

#140A0D (or 0x140A0D) is unknown color: approx Rustic Red. HEX triplet: 14, 0A and 0D. RGB value is (20,10,13). Sum of RGB (Red+Green+Blue) = 20+10+13=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A0D is #EBF5F2. Grayscale: #0D0D0D. Windows color (decimal): -15463923 or 854548. OLE color: 854548.

HSL color Cylindrical-coordinate representation of color #140A0D: hue angle of 342º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140A0D is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB201013-
CMYK00.500.350.92
HSL342º33.33%5.88%-
HSV(B)342º50%7.84%-
XYZ0.470.390.43-
YUV13.33127.81132.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 10 (4.30% from 255) = 23.26%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=46.51%
G=23.26%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20101300.500.350.9234233.335.88
Hex14AD032235C156216
Octal24121506243134526416
Binary101001010110101100101000111011100101010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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