Html Css Color HEX #140A0F Rustic Red

📋 copy color: '#140A0F'

red 20 ◦ green 10 ◦ blue 15

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

Shades of Rustic Red #140A0F

Tints of Rustic Red #140A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 22.22%

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

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#140A0F (or 0x140A0F) is known color: Rustic Red. HEX triplet: 14, 0A and 0F. RGB value is (20,10,15). Sum of RGB (Red+Green+Blue) = 20+10+15=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A0F is #EBF5F0. Grayscale: #0D0D0D. Windows color (decimal): -15463921 or 985620. OLE color: 985620.

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

Color convert

RGB 20 10 15 -
CMYK 0 0.50 0.25 0.92
HSL 330º 0.33% 0.06% -
HSV(B) 330º 0.5% 0.08% -
XYZ 0.48 0.4 0.5 -
YUV 13.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 20 10 15 0 0.50 0.25 0.92 330 0.33 0.06
Hex 14 A F 0 32 19 5C 14A 21 6
Octal 24 12 17 0 62 31 134 512 41 6
Binary 10100 1010 1111 0 110010 11001 1011100 101001010 100001 110

Color Harmonies of #140A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A0F

Black with #140A0F

Text Example


Text Example

White with #140A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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