#14060D

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

Shades of Rustic Red #14060D

Tints of Rustic Red #14060D

Color information

#14060D (or 0x14060D) is unknown color: approx Rustic Red. HEX triplet: 14, 06 and 0D. RGB value is (20,6,13). Sum of RGB (Red+Green+Blue) = 20+6+13=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060D is #EBF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15464947 or 853524. OLE color: 853524.

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

Color convert

RGB20613-
CMYK00.700.350.92
HSL330º53.85%5.1%-
HSV(B)330º70%7.84%-
XYZ0.430.310.42-
YUV10.98129.14134.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=51.28%
G=15.38%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2061300.700.350.9233053.855.1
Hex146D046235C14a365
Octal24615010643134512665
Binary101001101101010001101000111011100101001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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