#14080D

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

Shades of Rustic Red #14080D

Tints of Rustic Red #14080D

Color information

#14080D (or 0x14080D) is unknown color: approx Rustic Red. HEX triplet: 14, 08 and 0D. RGB value is (20,8,13). Sum of RGB (Red+Green+Blue) = 20+8+13=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #14080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080D is #EBF7F2. Grayscale: #0C0C0C. Windows color (decimal): -15464435 or 854036. OLE color: 854036.

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

Color convert

RGB20813-
CMYK00.600.350.92
HSL335º42.86%5.49%-
HSV(B)335º60%7.84%-
XYZ0.450.350.42-
YUV12.16128.48133.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=48.78%
G=19.51%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2081300.600.350.9233542.865.49
Hex148D03C235C14f2b5
Octal24101507443134517535
Binary101001000110101111001000111011100101001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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