#1B0E12

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

Shades of Rustic Red #1B0E12

Tints of Rustic Red #1B0E12

Color information

#1B0E12 (or 0x1B0E12) is unknown color: approx Rustic Red. HEX triplet: 1B, 0E and 12. RGB value is (27,14,18). Sum of RGB (Red+Green+Blue) = 27+14+18=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E12 is #E4F1ED. Grayscale: #121212. Windows color (decimal): -15004142 or 1183259. OLE color: 1183259.

HSL color Cylindrical-coordinate representation of color #1B0E12: hue angle of 341.54º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B0E12 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB271418-
CMYK00.480.330.89
HSL341.54º31.71%8.04%-
HSV(B)341.54º48.15%10.59%-
XYZ0.720.590.65-
YUV18.34127.81134.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 14 (5.86% from 255) = 23.73%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=45.76%
G=23.73%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27141800.480.330.89341.5431.718.04
Hex1BE120302159156208
Octal331622060411315264010
Binary11011111010010011000010000110110011010101101000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,18); }

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

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

 a { background-color: rgb(27,14,18); }

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

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

 span { border-color: rgb(27,14,18); }

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