#1B1014

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

Shades of Rustic Red #1B1014

Tints of Rustic Red #1B1014

Color information

#1B1014 (or 0x1B1014) is unknown color: approx Rustic Red. HEX triplet: 1B, 10 and 14. RGB value is (27,16,20). Sum of RGB (Red+Green+Blue) = 27+16+20=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1014 is #E4EFEB. Grayscale: #131313. Windows color (decimal): -15003628 or 1314843. OLE color: 1314843.

HSL color Cylindrical-coordinate representation of color #1B1014: hue angle of 338.18º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B1014 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB271620-
CMYK00.410.260.89
HSL338.18º25.58%8.43%-
HSV(B)338.18º40.74%10.59%-
XYZ0.760.650.75-
YUV19.74128.14133.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=42.86%
G=25.40%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27162000.410.260.89338.1825.588.43
Hex1B10140291A591521a8
Octal332024051321315223210
Binary1101110000101000101001110101011001101010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1014; }

 p { color: rgb(27,16,20); }

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

<style>
 a { background-color: #1B1014; }

 a { background-color: rgb(27,16,20); }

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

<style>
 span { border-color: #1B1014; }

 span { border-color: rgb(27,16,20); }

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