#1B090F

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

Shades of Rustic Red #1B090F

Tints of Rustic Red #1B090F

Color information

#1B090F (or 0x1B090F) is unknown color: approx Rustic Red. HEX triplet: 1B, 09 and 0F. RGB value is (27,9,15). Sum of RGB (Red+Green+Blue) = 27+9+15=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B090F is #E4F6F0. Grayscale: #0F0F0F. Windows color (decimal): -15005425 or 985371. OLE color: 985371.

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

Color convert

RGB27915-
CMYK00.670.440.89
HSL340º50%7.06%-
HSV(B)340º66.67%10.59%-
XYZ0.640.460.51-
YUV15.07127.96136.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 52.94%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 15 (6.25% from 255) = 29.41%
R=52.94%
G=17.65%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2791500.670.440.89340507.06
Hex1B9F0432C59154327
Octal331117010354131524627
Binary1101110011111010000111011001011001101010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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