#14090B

Color #14090B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #14090B

Tints of Rustic Red #14090B

Color information

#14090B (or 0x14090B) is unknown color: approx Rustic Red. HEX triplet: 14, 09 and 0B. RGB value is (20,9,11). Sum of RGB (Red+Green+Blue) = 20+9+11=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #14090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090B is #EBF6F4. Grayscale: #0C0C0C. Windows color (decimal): -15464181 or 723220. OLE color: 723220.

HSL color Cylindrical-coordinate representation of color #14090B: hue angle of 349.09º 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 #14090B is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB20911-
CMYK00.550.450.92
HSL349.09º37.93%5.69%-
HSV(B)349.09º55%7.84%-
XYZ0.450.370.36-
YUV12.52127.14133.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=50%
G=22.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2091100.550.450.92349.0937.935.69
Hex149B0372D5C15d266
Octal24111306755134535466
Binary101001001101101101111011011011100101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14090B;
 }
 .AnyTagClassName
 {
   color: #14090B;
 }
</style>
background-color css

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

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

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

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

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

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