Html Css Color HEX #140104 Rustic Red

📋 copy color: '#140104'

red 20 ◦ green 1 ◦ blue 4

#140104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #140104

Tints of Rustic Red #140104

RGB

 RED value IS 20 (8.2% from 255) = 80%

 GREEN value IS 1 (0.78% from 255) = 4%

 BLUE value IS 4 (1.95% from 255) = 16%

R = 80%
G = 4%
B = 16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#140104 (or 0x140104) is known color: Rustic Red. HEX triplet: 14, 01 and 04. RGB value is (20,1,4). Sum of RGB (Red+Green+Blue) = 20+1+4=25 (3% of max value = 765). Red value is 20 (8.20% from 255 or 80% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 20 - color contains mainly: red. Hex color #140104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140104 is #EBFEFB. Grayscale: #070707. Windows color (decimal): -15466236 or 262420. OLE color: 262420.

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

Color convert

RGB 20 1 4 -
CMYK 0 0.95 0.80 0.92
HSL 350.53º 0.9% 0.04% -
HSV(B) 350.53º 0.95% 0.08% -
XYZ 0.32 0.18 0.13 -
YUV 7.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 20 1 4 0 0.95 0.80 0.92 350.53 0.9 0.04
Hex 14 1 4 0 5F 50 5C 15F 5A 4
Octal 24 1 4 0 137 120 134 537 132 4
Binary 10100 1 100 0 1011111 1010000 1011100 101011111 1011010 100

Color Harmonies of #140104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140104

Black with #140104

Text Example


Text Example

White with #140104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140104; }

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

 H1.HeaderClassName
 {
   color: #140104;
 }
 .AnyTagClassName
 {
   color: #140104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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