#1B010D

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

Shades of Rustic Red #1B010D

Tints of Rustic Red #1B010D

Color information

#1B010D (or 0x1B010D) is unknown color: approx Rustic Red. HEX triplet: 1B, 01 and 0D. RGB value is (27,1,13). Sum of RGB (Red+Green+Blue) = 27+1+13=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B010D is #E4FEF2. Grayscale: #0A0A0A. Windows color (decimal): -15007475 or 852251. OLE color: 852251.

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

Color convert

RGB27113-
CMYK00.960.520.89
HSL332.31º92.86%5.49%-
HSV(B)332.31º96.3%10.59%-
XYZ0.540.280.41-
YUV10.14129.61140.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 65.85%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=65.85%
G=2.44%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2711300.960.520.89332.3192.865.49
Hex1B1D060345914c5d5
Octal331150140641315141355
Binary11011111010110000011010010110011010011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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