#1B1012

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

Shades of Rustic Red #1B1012

Tints of Rustic Red #1B1012

Color information

#1B1012 (or 0x1B1012) is unknown color: approx Rustic Red. HEX triplet: 1B, 10 and 12. RGB value is (27,16,18). Sum of RGB (Red+Green+Blue) = 27+16+18=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1012 is #E4EFED. Grayscale: #131313. Windows color (decimal): -15003630 or 1183771. OLE color: 1183771.

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

Color convert

RGB271618-
CMYK00.410.330.89
HSL349.09º25.58%8.43%-
HSV(B)349.09º40.74%10.59%-
XYZ0.750.650.66-
YUV19.52127.14133.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 44.26%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=44.26%
G=26.23%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27161800.410.330.89349.0925.588.43
Hex1B1012029215915d1a8
Octal332022051411315353210
Binary11011100001001001010011000011011001101011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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