#1B080C

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

Shades of Rustic Red #1B080C

Tints of Rustic Red #1B080C

Color information

#1B080C (or 0x1B080C) is unknown color: approx Rustic Red. HEX triplet: 1B, 08 and 0C. RGB value is (27,8,12). Sum of RGB (Red+Green+Blue) = 27+8+12=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080C is #E4F7F3. Grayscale: #0E0E0E. Windows color (decimal): -15005684 or 788507. OLE color: 788507.

HSL color Cylindrical-coordinate representation of color #1B080C: hue angle of 347.37º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B080C is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.89.

Color convert

RGB27812-
CMYK00.700.560.89
HSL347.37º54.29%6.86%-
HSV(B)347.37º70.37%10.59%-
XYZ0.610.430.4-
YUV14.14126.79137.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=57.45%
G=17.02%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2781200.700.560.89347.3754.296.86
Hex1B8C046385915b367
Octal331014010670131533667
Binary1101110001100010001101110001011001101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,8,12); }

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

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

 a { background-color: rgb(27,8,12); }

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

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

 span { border-color: rgb(27,8,12); }

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