#14020B

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

Shades of Rustic Red #14020B

Tints of Rustic Red #14020B

Color information

#14020B (or 0x14020B) is unknown color: approx Rustic Red. HEX triplet: 14, 02 and 0B. RGB value is (20,2,11). Sum of RGB (Red+Green+Blue) = 20+2+11=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #14020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020B is #EBFDF4. Grayscale: #080808. Windows color (decimal): -15465973 or 721428. OLE color: 721428.

HSL color Cylindrical-coordinate representation of color #14020B: hue angle of 330º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14020B is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.92.

Color convert

RGB20211-
CMYK00.900.450.92
HSL330º81.82%4.31%-
HSV(B)330º90%7.84%-
XYZ0.370.220.34-
YUV8.41129.46136.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 60.61%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=60.61%
G=6.06%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021100.900.450.9233081.824.31
Hex142B05A2D5C14a524
Octal242130132551345121224
Binary101001010110101101010110110111001010010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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