Html Css Color HEX #140C0F Rustic Red

📋 copy color: '#140C0F'

red 20 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #140C0F

Tints of Rustic Red #140C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25.53%

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

R = 42.55%
G = 25.53%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#140C0F (or 0x140C0F) is known color: Rustic Red. HEX triplet: 14, 0C and 0F. RGB value is (20,12,15). Sum of RGB (Red+Green+Blue) = 20+12+15=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0F is #EBF3F0. Grayscale: #0E0E0E. Windows color (decimal): -15463409 or 986132. OLE color: 986132.

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

Color convert

RGB 20 12 15 -
CMYK 0 0.40 0.25 0.92
HSL 337.5º 0.25% 0.06% -
HSV(B) 337.5º 0.4% 0.08% -
XYZ 0.51 0.45 0.51 -
YUV 14.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 20 12 15 0 0.40 0.25 0.92 337.5 0.25 0.06
Hex 14 C F 0 28 19 5C 152 19 6
Octal 24 14 17 0 50 31 134 522 31 6
Binary 10100 1100 1111 0 101000 11001 1011100 101010010 11001 110

Color Harmonies of #140C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C0F

Black with #140C0F

Text Example


Text Example

White with #140C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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