#1B0D11

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

Shades of Rustic Red #1B0D11

Tints of Rustic Red #1B0D11

Color information

#1B0D11 (or 0x1B0D11) is unknown color: approx Rustic Red. HEX triplet: 1B, 0D and 11. RGB value is (27,13,17). Sum of RGB (Red+Green+Blue) = 27+13+17=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D11 is #E4F2EE. Grayscale: #111111. Windows color (decimal): -15004399 or 1117467. OLE color: 1117467.

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

Color convert

RGB271317-
CMYK00.520.370.89
HSL342.86º35%7.84%-
HSV(B)342.86º51.85%10.59%-
XYZ0.70.560.6-
YUV17.64127.64134.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 47.37%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 17 (7.03% from 255) = 29.82%
R=47.37%
G=22.81%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27131700.520.370.89342.86357.84
Hex1BD110342559157238
Octal331521064451315274310
Binary11011110110001011010010010110110011010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,13,17); }

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

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

 a { background-color: rgb(27,13,17); }

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

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

 span { border-color: rgb(27,13,17); }

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