#140206

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

Shades of Rustic Red #140206

Tints of Rustic Red #140206

Color information

#140206 (or 0x140206) is unknown color: approx Rustic Red. HEX triplet: 14, 02 and 06. RGB value is (20,2,6). Sum of RGB (Red+Green+Blue) = 20+2+6=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140206 is #EBFDF9. Grayscale: #070707. Windows color (decimal): -15465978 or 393748. OLE color: 393748.

HSL color Cylindrical-coordinate representation of color #140206: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140206 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB2026-
CMYK00.900.700.92
HSL346.67º81.82%4.31%-
HSV(B)346.67º90%7.84%-
XYZ0.340.210.19-
YUV7.84126.96136.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 7.14%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=71.43%
G=7.14%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202600.900.700.92346.6781.824.31
Hex142605A465C15b524
Octal242601321061345331224
Binary101001011001011010100011010111001010110111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140206; }

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

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

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

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

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

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

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

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