#14060A

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

Shades of Rustic Red #14060A

Tints of Rustic Red #14060A

Color information

#14060A (or 0x14060A) is unknown color: approx Rustic Red. HEX triplet: 14, 06 and 0A. RGB value is (20,6,10). Sum of RGB (Red+Green+Blue) = 20+6+10=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060A is #EBF9F5. Grayscale: #0A0A0A. Windows color (decimal): -15464950 or 656916. OLE color: 656916.

HSL color Cylindrical-coordinate representation of color #14060A: hue angle of 342.86º 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 #14060A is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB20610-
CMYK00.700.500.92
HSL342.86º53.85%5.1%-
HSV(B)342.86º70%7.84%-
XYZ0.410.30.32-
YUV10.64127.64134.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 6 (2.73% from 255) = 16.67%
BLUE value IS 10 (4.30% from 255) = 27.78%
R=55.56%
G=16.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2061000.700.500.92342.8653.855.1
Hex146A046325C157365
Octal24612010662134527665
Binary101001101010010001101100101011100101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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