#1B060B

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

Shades of Rustic Red #1B060B

Tints of Rustic Red #1B060B

Color information

#1B060B (or 0x1B060B) is unknown color: approx Rustic Red. HEX triplet: 1B, 06 and 0B. RGB value is (27,6,11). Sum of RGB (Red+Green+Blue) = 27+6+11=44 (5% of max value = 765). Red value is 27 (10.94% from 255 or 61.36% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 27 - color contains mainly: red. Hex color #1B060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B060B is #E4F9F4. Grayscale: #0C0C0C. Windows color (decimal): -15006197 or 722459. OLE color: 722459.

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

Color convert

RGB27611-
CMYK00.780.590.89
HSL345.71º63.64%6.47%-
HSV(B)345.71º77.78%10.59%-
XYZ0.580.390.36-
YUV12.85126.96138.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 61.36%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 11 (4.69% from 255) = 25%
R=61.36%
G=13.64%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2761100.780.590.89345.7163.646.47
Hex1B6B04E3B5915a406
Octal336130116731315321006
Binary1101111010110100111011101110110011010110101000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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