Html Css Color HEX #140004 Rustic Red

📋 copy color: '#140004'

red 20 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #140004

Tints of Rustic Red #140004

RGB

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

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

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

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.92

RGB Variations

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

Color information

#140004 (or 0x140004) is known color: Rustic Red. HEX triplet: 14, 00 and 04. RGB value is (20,0,4). Sum of RGB (Red+Green+Blue) = 20+0+4=24 (3% of max value = 765). Red value is 20 (8.20% from 255 or 83.33% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 20 - color contains mainly: red. Hex color #140004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140004 is #EBFFFB. Grayscale: #060606. Windows color (decimal): -15466492 or 262164. OLE color: 262164.

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

Color convert

RGB 20 0 4 -
CMYK 0 1 0.80 0.92
HSL 348º 1% 0.04% -
HSV(B) 348º 1% 0.08% -
XYZ 0.31 0.16 0.13 -
YUV 6.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 20 0 4 0 1 0.80 0.92 348 1 0.04
Hex 14 0 4 0 64 50 5C 15C 64 4
Octal 24 0 4 0 144 120 134 534 144 4
Binary 10100 0 100 0 1100100 1010000 1011100 101011100 1100100 100

Color Harmonies of #140004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140004

Black with #140004

Text Example


Text Example

White with #140004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140004; }

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

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

background-color css

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

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

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

border-color css

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

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

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