#560404

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

Shades of Red Oxide #560404

Tints of Red Oxide #560404

Color information

#560404 (or 0x560404) is unknown color: approx Red Oxide. HEX triplet: 56, 04 and 04. RGB value is (86,4,4). Sum of RGB (Red+Green+Blue) = 86+4+4=94 (12% of max value = 765). Red value is 86 (33.98% from 255 or 91.49% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 86 - color contains mainly: red. Hex color #560404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560404 is #A9FBFB. Grayscale: #1C1C1C. Windows color (decimal): -11140092 or 263254. OLE color: 263254.

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

Color convert

RGB8644-
CMYK00.950.950.66
HSL91.11%17.65%-
HSV(B)95.35%33.73%-
XYZ3.92.070.31-
YUV28.52114.17169-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 91.49%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=91.49%
G=4.26%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal864400.950.950.66091.1117.65
Hex564405F5F4205b12
Octal126440137137102013322
Binary101011010010001011111101111110000100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560404; }

 p { color: rgb(86,4,4); }

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

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

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

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

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

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

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