#140005

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

Shades of Rustic Red #140005

Tints of Rustic Red #140005

Color information

#140005 (or 0x140005) is unknown color: approx Rustic Red. HEX triplet: 14, 00 and 05. RGB value is (20,0,5). Sum of RGB (Red+Green+Blue) = 20+0+5=25 (3% of max value = 765). Red value is 20 (8.20% from 255 or 80% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 20 - color contains mainly: red. Hex color #140005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140005 is #EBFFFA. Grayscale: #060606. Windows color (decimal): -15466491 or 327700. OLE color: 327700.

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

Color convert

RGB2005-
CMYK010.750.92
HSL345º100%3.92%-
HSV(B)345º100%7.84%-
XYZ0.320.160.16-
YUV6.55127.13137.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2005010.750.923451003.92
Hex14050644B5C159644
Octal240501441131345311444
Binary10100010101100100100101110111001010110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140005; }

 p { color: rgb(20,0,5); }

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

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

 a { background-color: rgb(20,0,5); }

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

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

 span { border-color: rgb(20,0,5); }

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