#14090E

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

Shades of Rustic Red #14090E

Tints of Rustic Red #14090E

Color information

#14090E (or 0x14090E) is unknown color: approx Rustic Red. HEX triplet: 14, 09 and 0E. RGB value is (20,9,14). Sum of RGB (Red+Green+Blue) = 20+9+14=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #14090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090E is #EBF6F1. Grayscale: #0C0C0C. Windows color (decimal): -15464178 or 919828. OLE color: 919828.

HSL color Cylindrical-coordinate representation of color #14090E: hue angle of 332.73º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14090E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB20914-
CMYK00.550.300.92
HSL332.73º37.93%5.69%-
HSV(B)332.73º55%7.84%-
XYZ0.470.380.46-
YUV12.86128.64133.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 9 (3.91% from 255) = 20.93%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=46.51%
G=20.93%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091400.550.300.92332.7337.935.69
Hex149E0371E5C14d266
Octal24111606736134515466
Binary10100100111100110111111101011100101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14090E; }

 p { color: rgb(20,9,14); }

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

<style>
 a { background-color: #14090E; }

 a { background-color: rgb(20,9,14); }

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

<style>
 span { border-color: #14090E; }

 span { border-color: rgb(20,9,14); }

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