#1B060C

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

Shades of Rustic Red #1B060C

Tints of Rustic Red #1B060C

Color information

#1B060C (or 0x1B060C) is unknown color: approx Rustic Red. HEX triplet: 1B, 06 and 0C. RGB value is (27,6,12). Sum of RGB (Red+Green+Blue) = 27+6+12=45 (5% of max value = 765). Red value is 27 (10.94% from 255 or 60% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060C is #E4F9F3. Grayscale: #0C0C0C. Windows color (decimal): -15006196 or 787995. OLE color: 787995.

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

Color convert

RGB27612-
CMYK00.780.560.89
HSL342.86º63.64%6.47%-
HSV(B)342.86º77.78%10.59%-
XYZ0.580.390.39-
YUV12.96127.46138.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 60%
GREEN value IS 6 (2.73% from 255) = 13.33%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=60%
G=13.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2761200.780.560.89342.8663.646.47
Hex1B6C04E3859157406
Octal336140116701315271006
Binary1101111011000100111011100010110011010101111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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