Html Css Color HEX #140001 Rustic Red

📋 copy color: '#140001'

red 20 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #140001

Tints of Rustic Red #140001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 4.76%

R = 95.24%
G = 0%
B = 4.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140001 (or 0x140001) is known color: Rustic Red. HEX triplet: 14, 00 and 01. RGB value is (20,0,1). Sum of RGB (Red+Green+Blue) = 20+0+1=21 (2% of max value = 765). Red value is 20 (8.20% from 255 or 95.24% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 20 - color contains mainly: red. Hex color #140001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140001 is #EBFFFE. Grayscale: #060606. Windows color (decimal): -15466495 or 65556. OLE color: 65556.

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

Color convert

RGB 20 0 1 -
CMYK 0 1 0.95 0.92
HSL 357º 1% 0.04% -
HSV(B) 357º 1% 0.08% -
XYZ 0.29 0.15 0.04 -
YUV 6.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 20 0 1 0 1 0.95 0.92 357 1 0.04
Hex 14 0 1 0 64 5F 5C 165 64 4
Octal 24 0 1 0 144 137 134 545 144 4
Binary 10100 0 1 0 1100100 1011111 1011100 101100101 1100100 100

Color Harmonies of #140001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140001

Black with #140001

Text Example


Text Example

White with #140001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140001; }

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

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

background-color css

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

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

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

border-color css

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

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

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