#1B0911

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

Shades of Rustic Red #1B0911

Tints of Rustic Red #1B0911

Color information

#1B0911 (or 0x1B0911) is unknown color: approx Rustic Red. HEX triplet: 1B, 09 and 11. RGB value is (27,9,17). Sum of RGB (Red+Green+Blue) = 27+9+17=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0911 is #E4F6EE. Grayscale: #0F0F0F. Windows color (decimal): -15005423 or 1116443. OLE color: 1116443.

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

Color convert

RGB27917-
CMYK00.670.370.89
HSL333.33º50%7.06%-
HSV(B)333.33º66.67%10.59%-
XYZ0.650.470.59-
YUV15.29128.96136.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50.94%
GREEN value IS 9 (3.91% from 255) = 16.98%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=50.94%
G=16.98%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2791700.670.370.89333.33507.06
Hex1B911043255914d327
Octal331121010345131515627
Binary11011100110001010000111001011011001101001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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