#1B1315

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

Shades of Rustic Red #1B1315

Tints of Rustic Red #1B1315

Color information

#1B1315 (or 0x1B1315) is unknown color: approx Rustic Red. HEX triplet: 1B, 13 and 15. RGB value is (27,19,21). Sum of RGB (Red+Green+Blue) = 27+19+21=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1315 is #E4ECEA. Grayscale: #151515. Windows color (decimal): -15002859 or 1381147. OLE color: 1381147.

HSL color Cylindrical-coordinate representation of color #1B1315: hue angle of 345º 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 #1B1315 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB271921-
CMYK00.300.220.89
HSL345º17.39%9.02%-
HSV(B)345º29.63%10.59%-
XYZ0.820.750.81-
YUV21.62127.65131.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 21 (8.59% from 255) = 31.34%
R=40.30%
G=28.36%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27192100.300.220.8934517.399.02
Hex1B131501E1659159119
Octal332325036261315312111
Binary110111001110101011110101101011001101011001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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