#14060B

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

Shades of Rustic Red #14060B

Tints of Rustic Red #14060B

Color information

#14060B (or 0x14060B) is unknown color: approx Rustic Red. HEX triplet: 14, 06 and 0B. RGB value is (20,6,11). Sum of RGB (Red+Green+Blue) = 20+6+11=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060B is #EBF9F4. Grayscale: #0A0A0A. Windows color (decimal): -15464949 or 722452. OLE color: 722452.

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

Color convert

RGB20611-
CMYK00.700.450.92
HSL338.57º53.85%5.1%-
HSV(B)338.57º70%7.84%-
XYZ0.410.30.35-
YUV10.76128.14134.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=54.05%
G=16.22%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2061100.700.450.92338.5753.855.1
Hex146B0462D5C153365
Octal24613010655134523665
Binary101001101011010001101011011011100101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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