#14090C

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

Shades of Rustic Red #14090C

Tints of Rustic Red #14090C

Color information

#14090C (or 0x14090C) is unknown color: approx Rustic Red. HEX triplet: 14, 09 and 0C. RGB value is (20,9,12). Sum of RGB (Red+Green+Blue) = 20+9+12=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #14090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090C is #EBF6F3. Grayscale: #0C0C0C. Windows color (decimal): -15464180 or 788756. OLE color: 788756.

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

Color convert

RGB20912-
CMYK00.550.400.92
HSL343.64º37.93%5.69%-
HSV(B)343.64º55%7.84%-
XYZ0.450.370.4-
YUV12.63127.64133.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=48.78%
G=21.95%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091200.550.400.92343.6437.935.69
Hex149C037285C158266
Octal24111406750134530466
Binary101001001110001101111010001011100101011000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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