#1B0D10

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

Shades of Rustic Red #1B0D10

Tints of Rustic Red #1B0D10

Color information

#1B0D10 (or 0x1B0D10) is unknown color: approx Rustic Red. HEX triplet: 1B, 0D and 10. RGB value is (27,13,16). Sum of RGB (Red+Green+Blue) = 27+13+16=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0D10 is #E4F2EF. Grayscale: #111111. Windows color (decimal): -15004400 or 1051931. OLE color: 1051931.

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

Color convert

RGB271316-
CMYK00.520.410.89
HSL347.14º35%7.84%-
HSV(B)347.14º51.85%10.59%-
XYZ0.690.560.56-
YUV17.53127.14134.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 48.21%
GREEN value IS 13 (5.47% from 255) = 23.21%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=48.21%
G=23.21%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27131600.520.410.89347.14357.84
Hex1BD10034295915b238
Octal331520064511315334310
Binary11011110110000011010010100110110011010110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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