#1B1415

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

Shades of Rustic Red #1B1415

Tints of Rustic Red #1B1415

Color information

#1B1415 (or 0x1B1415) is unknown color: approx Rustic Red. HEX triplet: 1B, 14 and 15. RGB value is (27,20,21). Sum of RGB (Red+Green+Blue) = 27+20+21=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1415 is #E4EBEA. Grayscale: #161616. Windows color (decimal): -15002603 or 1381403. OLE color: 1381403.

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

Color convert

RGB272021-
CMYK00.260.220.89
HSL351.43º14.89%9.22%-
HSV(B)351.43º25.93%10.59%-
XYZ0.840.790.82-
YUV22.21127.32131.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.71%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=39.71%
G=29.41%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27202100.260.220.89351.4314.899.22
Hex1B141501A165915ff9
Octal332425032261315371711
Binary11011101001010101101010110101100110101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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