#1B1416

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

Shades of Rustic Red #1B1416

Tints of Rustic Red #1B1416

Color information

#1B1416 (or 0x1B1416) is unknown color: approx Rustic Red. HEX triplet: 1B, 14 and 16. RGB value is (27,20,22). Sum of RGB (Red+Green+Blue) = 27+20+22=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1416 is #E4EBE9. Grayscale: #161616. Windows color (decimal): -15002602 or 1446939. OLE color: 1446939.

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

Color convert

RGB272022-
CMYK00.260.190.89
HSL342.86º14.89%9.22%-
HSV(B)342.86º25.93%10.59%-
XYZ0.850.790.87-
YUV22.32127.82131.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.13%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 22 (8.98% from 255) = 31.88%
R=39.13%
G=28.99%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27202200.260.190.89342.8614.899.22
Hex1B141601A1359157f9
Octal332426032231315271711
Binary11011101001011001101010011101100110101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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