Html Css Color HEX #140D0F Rustic Red

📋 copy color: '#140D0F'

red 20 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #140D0F

Tints of Rustic Red #140D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.08%

 BLUE value IS 15 (6.25% from 255) = 31.25%

R = 41.67%
G = 27.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#140D0F (or 0x140D0F) is known color: Rustic Red. HEX triplet: 14, 0D and 0F. RGB value is (20,13,15). Sum of RGB (Red+Green+Blue) = 20+13+15=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D0F is #EBF2F0. Grayscale: #0F0F0F. Windows color (decimal): -15463153 or 986388. OLE color: 986388.

HSL color Cylindrical-coordinate representation of color #140D0F: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D0F is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 13 15 -
CMYK 0 0.35 0.25 0.92
HSL 342.86º 0.21% 0.06% -
HSV(B) 342.86º 0.35% 0.08% -
XYZ 0.52 0.47 0.52 -
YUV 15.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 20 13 15 0 0.35 0.25 0.92 342.86 0.21 0.06
Hex 14 D F 0 23 19 5C 157 15 6
Octal 24 15 17 0 43 31 134 527 25 6
Binary 10100 1101 1111 0 100011 11001 1011100 101010111 10101 110

Color Harmonies of #140D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D0F

Black with #140D0F

Text Example


Text Example

White with #140D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D0F; }

 p { color: rgb(20,13,15); }

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

background-color css

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

 a { background-color: rgb(20,13,15); }

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

border-color css

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

 span { border-color: rgb(20,13,15); }

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