#1B1316

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

Shades of Rustic Red #1B1316

Tints of Rustic Red #1B1316

Color information

#1B1316 (or 0x1B1316) is unknown color: approx Rustic Red. HEX triplet: 1B, 13 and 16. RGB value is (27,19,22). Sum of RGB (Red+Green+Blue) = 27+19+22=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1316 is #E4ECE9. Grayscale: #151515. Windows color (decimal): -15002858 or 1446683. OLE color: 1446683.

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

Color convert

RGB271922-
CMYK00.300.190.89
HSL337.5º17.39%9.02%-
HSV(B)337.5º29.63%10.59%-
XYZ0.830.760.86-
YUV21.73128.15131.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.71%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 22 (8.98% from 255) = 32.35%
R=39.71%
G=27.94%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27192200.300.190.89337.517.399.02
Hex1B131601E1359152119
Octal332326036231315222111
Binary110111001110110011110100111011001101010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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