Html Css Color HEX #140107 Rustic Red

📋 copy color: '#140107'

red 20 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #140107

Tints of Rustic Red #140107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 25%

R = 71.43%
G = 3.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#140107 (or 0x140107) is known color: Rustic Red. HEX triplet: 14, 01 and 07. RGB value is (20,1,7). Sum of RGB (Red+Green+Blue) = 20+1+7=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140107 is #EBFEF8. Grayscale: #070707. Windows color (decimal): -15466233 or 459028. OLE color: 459028.

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

Color convert

RGB 20 1 7 -
CMYK 0 0.95 0.65 0.92
HSL 341.05º 0.9% 0.04% -
HSV(B) 341.05º 0.95% 0.08% -
XYZ 0.34 0.19 0.22 -
YUV 7.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 20 1 7 0 0.95 0.65 0.92 341.05 0.9 0.04
Hex 14 1 7 0 5F 41 5C 155 5A 4
Octal 24 1 7 0 137 101 134 525 132 4
Binary 10100 1 111 0 1011111 1000001 1011100 101010101 1011010 100

Color Harmonies of #140107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140107

Black with #140107

Text Example


Text Example

White with #140107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140107; }

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

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

background-color css

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

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

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

border-color css

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

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

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