#1B080F

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

Shades of Rustic Red #1B080F

Tints of Rustic Red #1B080F

Color information

#1B080F (or 0x1B080F) is unknown color: approx Rustic Red. HEX triplet: 1B, 08 and 0F. RGB value is (27,8,15). Sum of RGB (Red+Green+Blue) = 27+8+15=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B080F is #E4F7F0. Grayscale: #0E0E0E. Windows color (decimal): -15005681 or 985115. OLE color: 985115.

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

Color convert

RGB27815-
CMYK00.700.440.89
HSL337.89º54.29%6.86%-
HSV(B)337.89º70.37%10.59%-
XYZ0.630.440.5-
YUV14.48128.29136.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 54%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 15 (6.25% from 255) = 30%
R=54%
G=16%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2781500.700.440.89337.8954.296.86
Hex1B8F0462C59152367
Octal331017010654131522667
Binary1101110001111010001101011001011001101010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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