#140204

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

Shades of Rustic Red #140204

Tints of Rustic Red #140204

Color information

#140204 (or 0x140204) is unknown color: approx Rustic Red. HEX triplet: 14, 02 and 04. RGB value is (20,2,4). Sum of RGB (Red+Green+Blue) = 20+2+4=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 4 (1.95% from 255 or 15.38% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140204 is #EBFDFB. Grayscale: #070707. Windows color (decimal): -15465980 or 262676. OLE color: 262676.

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

Color convert

RGB2024-
CMYK00.900.800.92
HSL353.33º81.82%4.31%-
HSV(B)353.33º90%7.84%-
XYZ0.330.20.14-
YUV7.61125.96136.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 76.92%
GREEN value IS 2 (1.17% from 255) = 7.69%
BLUE value IS 4 (1.95% from 255) = 15.38%
R=76.92%
G=7.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202400.900.800.92353.3381.824.31
Hex142405A505C161524
Octal242401321201345411224
Binary101001010001011010101000010111001011000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140204; }

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

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

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

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

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

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

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

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