Html Css Color HEX #14040B Rustic Red

📋 copy color: '#14040B'

red 20 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #14040B

Tints of Rustic Red #14040B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.43%

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 57.14%
G = 11.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.92

RGB Variations

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

Color information

#14040B (or 0x14040B) is known color: Rustic Red. HEX triplet: 14, 04 and 0B. RGB value is (20,4,11). Sum of RGB (Red+Green+Blue) = 20+4+11=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14040B is #EBFBF4. Grayscale: #090909. Windows color (decimal): -15465461 or 721940. OLE color: 721940.

HSL color Cylindrical-coordinate representation of color #14040B: hue angle of 333.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14040B is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 4 11 -
CMYK 0 0.80 0.45 0.92
HSL 333.75º 0.67% 0.05% -
HSV(B) 333.75º 0.8% 0.08% -
XYZ 0.39 0.26 0.35 -
YUV 9.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 20 4 11 0 0.80 0.45 0.92 333.75 0.67 0.05
Hex 14 4 B 0 50 2D 5C 14E 43 5
Octal 24 4 13 0 120 55 134 516 103 5
Binary 10100 100 1011 0 1010000 101101 1011100 101001110 1000011 101

Color Harmonies of #14040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14040B

Black with #14040B

Text Example


Text Example

White with #14040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14040B; }

 p { color: rgb(20,4,11); }

 H1.HeaderClassName
 {
   color: #14040B;
 }
 .AnyTagClassName
 {
   color: #14040B;
 }
</style>

background-color css

<style>
 a { background-color: #14040B; }

 a { background-color: rgb(20,4,11); }

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

border-color css

<style>
 span { border-color: #14040B; }

 span { border-color: rgb(20,4,11); }

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