#1B0A11

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

Shades of Rustic Red #1B0A11

Tints of Rustic Red #1B0A11

Color information

#1B0A11 (or 0x1B0A11) is unknown color: approx Rustic Red. HEX triplet: 1B, 0A and 11. RGB value is (27,10,17). Sum of RGB (Red+Green+Blue) = 27+10+17=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 10 (4.30% from 255 or 18.52% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A11 is #E4F5EE. Grayscale: #0F0F0F. Windows color (decimal): -15005167 or 1116699. OLE color: 1116699.

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

Color convert

RGB271017-
CMYK00.630.370.89
HSL335.29º45.95%7.25%-
HSV(B)335.29º62.96%10.59%-
XYZ0.660.490.59-
YUV15.88128.63135.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 18.52%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=50%
G=18.52%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27101700.630.370.89335.2945.957.25
Hex1BA1103F255914f2e7
Octal33122107745131517567
Binary1101110101000101111111001011011001101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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