#1B060D

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

Shades of Rustic Red #1B060D

Tints of Rustic Red #1B060D

Color information

#1B060D (or 0x1B060D) is unknown color: approx Rustic Red. HEX triplet: 1B, 06 and 0D. RGB value is (27,6,13). Sum of RGB (Red+Green+Blue) = 27+6+13=46 (6% of max value = 765). Red value is 27 (10.94% from 255 or 58.70% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060D is #E4F9F2. Grayscale: #0D0D0D. Windows color (decimal): -15006195 or 853531. OLE color: 853531.

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

Color convert

RGB27613-
CMYK00.780.520.89
HSL340º63.64%6.47%-
HSV(B)340º77.78%10.59%-
XYZ0.590.390.43-
YUV13.08127.96137.93-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 58.70%
GREEN value IS 6 (2.73% from 255) = 13.04%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=58.70%
G=13.04%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2761300.780.520.8934063.646.47
Hex1B6D04E3459154406
Octal336150116641315241006
Binary1101111011010100111011010010110011010101001000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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