#1B060E

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

Shades of Rustic Red #1B060E

Tints of Rustic Red #1B060E

Color information

#1B060E (or 0x1B060E) is unknown color: approx Rustic Red. HEX triplet: 1B, 06 and 0E. RGB value is (27,6,14). Sum of RGB (Red+Green+Blue) = 27+6+14=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060E is #E4F9F1. Grayscale: #0D0D0D. Windows color (decimal): -15006194 or 919067. OLE color: 919067.

HSL color Cylindrical-coordinate representation of color #1B060E: hue angle of 337.14º 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 #1B060E is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB27614-
CMYK00.780.480.89
HSL337.14º63.64%6.47%-
HSV(B)337.14º77.78%10.59%-
XYZ0.60.390.46-
YUV13.19128.46137.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 6 (2.73% from 255) = 12.77%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=57.45%
G=12.77%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2761400.780.480.89337.1463.646.47
Hex1B6E04E3059151406
Octal336160116601315211006
Binary1101111011100100111011000010110011010100011000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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