#14070D

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

Shades of Rustic Red #14070D

Tints of Rustic Red #14070D

Color information

#14070D (or 0x14070D) is unknown color: approx Rustic Red. HEX triplet: 14, 07 and 0D. RGB value is (20,7,13). Sum of RGB (Red+Green+Blue) = 20+7+13=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #14070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070D is #EBF8F2. Grayscale: #0B0B0B. Windows color (decimal): -15464691 or 853780. OLE color: 853780.

HSL color Cylindrical-coordinate representation of color #14070D: hue angle of 332.31º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14070D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB20713-
CMYK00.650.350.92
HSL332.31º48.15%5.29%-
HSV(B)332.31º65%7.84%-
XYZ0.440.330.42-
YUV11.57128.81134.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=50%
G=17.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071300.650.350.92332.3148.155.29
Hex147D041235C14c305
Octal24715010143134514605
Binary101001111101010000011000111011100101001100110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14070D; }

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

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

<style>
 a { background-color: #14070D; }

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

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

<style>
 span { border-color: #14070D; }

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

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