#140608

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

Shades of Rustic Red #140608

Tints of Rustic Red #140608

Color information

#140608 (or 0x140608) is unknown color: approx Rustic Red. HEX triplet: 14, 06 and 08. RGB value is (20,6,8). Sum of RGB (Red+Green+Blue) = 20+6+8=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140608 is #EBF9F7. Grayscale: #0A0A0A. Windows color (decimal): -15464952 or 525844. OLE color: 525844.

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

Color convert

RGB2068-
CMYK00.700.600.92
HSL351.43º53.85%5.1%-
HSV(B)351.43º70%7.84%-
XYZ0.40.30.27-
YUV10.41126.64134.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 6 (2.73% from 255) = 17.65%
BLUE value IS 8 (3.52% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal206800.700.600.92351.4353.855.1
Hex14680463C5C15f365
Octal24610010674134537665
Binary101001101000010001101111001011100101011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140608; }

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

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

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

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

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

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

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

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