#1B090D

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

Shades of Rustic Red #1B090D

Tints of Rustic Red #1B090D

Color information

#1B090D (or 0x1B090D) is unknown color: approx Rustic Red. HEX triplet: 1B, 09 and 0D. RGB value is (27,9,13). Sum of RGB (Red+Green+Blue) = 27+9+13=49 (6% of max value = 765). Red value is 27 (10.94% from 255 or 55.10% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 27 - color contains mainly: red. Hex color #1B090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B090D is #E4F6F2. Grayscale: #0E0E0E. Windows color (decimal): -15005427 or 854299. OLE color: 854299.

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

Color convert

RGB27913-
CMYK00.670.520.89
HSL346.67º50%7.06%-
HSV(B)346.67º66.67%10.59%-
XYZ0.620.460.44-
YUV14.84126.96136.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 55.10%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=55.10%
G=18.37%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2791300.670.520.89346.67507.06
Hex1B9D043345915b327
Octal331115010364131533627
Binary1101110011101010000111101001011001101011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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