#560106

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

Shades of Rustic Red #560106

Tints of Rustic Red #560106

Color information

#560106 (or 0x560106) is unknown color: approx Rustic Red. HEX triplet: 56, 01 and 06. RGB value is (86,1,6). Sum of RGB (Red+Green+Blue) = 86+1+6=93 (12% of max value = 765). Red value is 86 (33.98% from 255 or 92.47% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 86 - color contains mainly: red. Hex color #560106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560106 is #A9FEF9. Grayscale: #1B1B1B. Windows color (decimal): -11140858 or 393558. OLE color: 393558.

HSL color Cylindrical-coordinate representation of color #560106: hue angle of 356.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560106 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB8616-
CMYK00.990.930.66
HSL356.47º97.7%17.06%-
HSV(B)356.47º98.84%33.73%-
XYZ3.882.010.36-
YUV26.98116.16170.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 92.47%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=92.47%
G=1.08%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal861600.990.930.66356.4797.717.06
Hex56160635D421646211
Octal12616014313510254414221
Binary101011011100110001110111011000010101100100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560106; }

 p { color: rgb(86,1,6); }

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

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

 a { background-color: rgb(86,1,6); }

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

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

 span { border-color: rgb(86,1,6); }

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