#14070C

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

Shades of Rustic Red #14070C

Tints of Rustic Red #14070C

Color information

#14070C (or 0x14070C) is unknown color: approx Rustic Red. HEX triplet: 14, 07 and 0C. RGB value is (20,7,12). Sum of RGB (Red+Green+Blue) = 20+7+12=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070C is #EBF8F3. Grayscale: #0B0B0B. Windows color (decimal): -15464692 or 788244. OLE color: 788244.

HSL color Cylindrical-coordinate representation of color #14070C: hue angle of 336.92º 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 #14070C is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB20712-
CMYK00.650.400.92
HSL336.92º48.15%5.29%-
HSV(B)336.92º65%7.84%-
XYZ0.430.330.39-
YUV11.46128.31134.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=51.28%
G=17.95%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071200.650.400.92336.9248.155.29
Hex147C041285C151305
Octal24714010150134521605
Binary101001111100010000011010001011100101010001110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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