Html Css Color HEX #14090E Rustic Red

📋 copy color: '#14090E'

red 20 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #14090E

Tints of Rustic Red #14090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.93%

 BLUE value IS 14 (5.86% from 255) = 32.56%

R = 46.51%
G = 20.93%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#14090E (or 0x14090E) is known color: Rustic Red. HEX triplet: 14, 09 and 0E. RGB value is (20,9,14). Sum of RGB (Red+Green+Blue) = 20+9+14=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #14090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090E is #EBF6F1. Grayscale: #0C0C0C. Windows color (decimal): -15464178 or 919828. OLE color: 919828.

HSL color Cylindrical-coordinate representation of color #14090E: hue angle of 332.73º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14090E is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 9 14 -
CMYK 0 0.55 0.30 0.92
HSL 332.73º 0.38% 0.06% -
HSV(B) 332.73º 0.55% 0.08% -
XYZ 0.47 0.38 0.46 -
YUV 12.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 20 9 14 0 0.55 0.30 0.92 332.73 0.38 0.06
Hex 14 9 E 0 37 1E 5C 14D 26 6
Octal 24 11 16 0 67 36 134 515 46 6
Binary 10100 1001 1110 0 110111 11110 1011100 101001101 100110 110

Color Harmonies of #14090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14090E

Black with #14090E

Text Example


Text Example

White with #14090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14090E; }

 p { color: rgb(20,9,14); }

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

background-color css

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

 a { background-color: rgb(20,9,14); }

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

border-color css

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

 span { border-color: rgb(20,9,14); }

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