Html Css Color HEX #140106 Rustic Red

📋 copy color: '#140106'

red 20 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #140106

Tints of Rustic Red #140106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 22.22%

R = 74.07%
G = 3.7%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#140106 (or 0x140106) is known color: Rustic Red. HEX triplet: 14, 01 and 06. RGB value is (20,1,6). Sum of RGB (Red+Green+Blue) = 20+1+6=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140106 is #EBFEF9. Grayscale: #070707. Windows color (decimal): -15466234 or 393492. OLE color: 393492.

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

Color convert

RGB 20 1 6 -
CMYK 0 0.95 0.70 0.92
HSL 344.21º 0.9% 0.04% -
HSV(B) 344.21º 0.95% 0.08% -
XYZ 0.33 0.18 0.19 -
YUV 7.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 20 1 6 0 0.95 0.70 0.92 344.21 0.9 0.04
Hex 14 1 6 0 5F 46 5C 158 5A 4
Octal 24 1 6 0 137 106 134 530 132 4
Binary 10100 1 110 0 1011111 1000110 1011100 101011000 1011010 100

Color Harmonies of #140106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140106

Black with #140106

Text Example


Text Example

White with #140106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140106; }

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

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

background-color css

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

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

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

border-color css

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

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

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