#14010B

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

Shades of Rustic Red #14010B

Tints of Rustic Red #14010B

Color information

#14010B (or 0x14010B) is unknown color: approx Rustic Red. HEX triplet: 14, 01 and 0B. RGB value is (20,1,11). Sum of RGB (Red+Green+Blue) = 20+1+11=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #14010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010B is #EBFEF4. Grayscale: #070707. Windows color (decimal): -15466229 or 721172. OLE color: 721172.

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

Color convert

RGB20111-
CMYK00.950.450.92
HSL328.42º90.48%4.12%-
HSV(B)328.42º95%7.84%-
XYZ0.360.190.34-
YUV7.82129.79136.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=62.5%
G=3.12%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011100.950.450.92328.4290.484.12
Hex141B05F2D5C1485a4
Octal241130137551345101324
Binary10100110110101111110110110111001010010001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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