#560602

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

Shades of Red Oxide #560602

Tints of Red Oxide #560602

Color information

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

HSL color Cylindrical-coordinate representation of color #560602: hue angle of 2.86º 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 #560602 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB8662-
CMYK00.930.980.66
HSL2.86º95.45%17.25%-
HSV(B)2.86º97.67%33.73%-
XYZ3.912.110.26-
YUV29.46112.5168.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal866200.930.980.662.8695.4517.25
Hex566205D624235f11
Octal126620135142102313721
Binary101011011010010111011100010100001011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560602; }

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

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

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

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

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

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

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

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