Html Css Color HEX #140F10 Rustic Red

📋 copy color: '#140F10'

red 20 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #140F10

Tints of Rustic Red #140F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 29.41%

 BLUE value IS 16 (6.64% from 255) = 31.37%

R = 39.22%
G = 29.41%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140F10 (or 0x140F10) is known color: Rustic Red. HEX triplet: 14, 0F and 10. RGB value is (20,15,16). Sum of RGB (Red+Green+Blue) = 20+15+16=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #140F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F10 is #EBF0EF. Grayscale: #101010. Windows color (decimal): -15462640 or 1052436. OLE color: 1052436.

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

Color convert

RGB 20 15 16 -
CMYK 0 0.25 0.20 0.92
HSL 348º 0.14% 0.07% -
HSV(B) 348º 0.25% 0.08% -
XYZ 0.55 0.53 0.56 -
YUV 16.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 20 15 16 0 0.25 0.20 0.92 348 0.14 0.07
Hex 14 F 10 0 19 14 5C 15C E 7
Octal 24 17 20 0 31 24 134 534 16 7
Binary 10100 1111 10000 0 11001 10100 1011100 101011100 1110 111

Color Harmonies of #140F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F10

Black with #140F10

Text Example


Text Example

White with #140F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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