#560206

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

Shades of Rustic Red #560206

Tints of Rustic Red #560206

Color information

#560206 (or 0x560206) is unknown color: approx Rustic Red. HEX triplet: 56, 02 and 06. RGB value is (86,2,6). Sum of RGB (Red+Green+Blue) = 86+2+6=94 (12% of max value = 765). Red value is 86 (33.98% from 255 or 91.49% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 86 - color contains mainly: red. Hex color #560206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560206 is #A9FDF9. Grayscale: #1B1B1B. Windows color (decimal): -11140602 or 393814. OLE color: 393814.

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

Color convert

RGB8626-
CMYK00.980.930.66
HSL357.14º95.45%17.25%-
HSV(B)357.14º97.67%33.73%-
XYZ3.892.030.36-
YUV27.57115.83169.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 91.49%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=91.49%
G=2.13%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal862600.980.930.66357.1495.4517.25
Hex56260625D421655f11
Octal12626014213510254513721
Binary1010110101100110001010111011000010101100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560206; }

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

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

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

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

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

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

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

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