Html Css Color HEX #140607 Rustic Red

📋 copy color: '#140607'

red 20 ◦ green 6 ◦ blue 7

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

Shades of Rustic Red #140607

Tints of Rustic Red #140607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 18.18%

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

R = 60.61%
G = 18.18%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#140607 (or 0x140607) is known color: Rustic Red. HEX triplet: 14, 06 and 07. RGB value is (20,6,7). Sum of RGB (Red+Green+Blue) = 20+6+7=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 7 (3.12% from 255 or 21.21% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140607 is #EBF9F8. Grayscale: #0A0A0A. Windows color (decimal): -15464953 or 460308. OLE color: 460308.

HSL color Cylindrical-coordinate representation of color #140607: hue angle of 355.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140607 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 6 7 -
CMYK 0 0.70 0.65 0.92
HSL 355.71º 0.54% 0.05% -
HSV(B) 355.71º 0.7% 0.08% -
XYZ 0.39 0.29 0.24 -
YUV 10.3 126.14 134.92 -
System Red Green Blue C M Y K H S L
Decimal 20 6 7 0 0.70 0.65 0.92 355.71 0.54 0.05
Hex 14 6 7 0 46 41 5C 164 36 5
Octal 24 6 7 0 106 101 134 544 66 5
Binary 10100 110 111 0 1000110 1000001 1011100 101100100 110110 101

Color Harmonies of #140607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140607

Black with #140607

Text Example


Text Example

White with #140607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140607; }

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

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

background-color css

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

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

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

border-color css

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

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

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