#560A00

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

Shades of Red Oxide #560A00

Tints of Red Oxide #560A00

Color information

#560A00 (or 0x560A00) is unknown color: approx Red Oxide. HEX triplet: 56, 0A and 00. RGB value is (86,10,0). Sum of RGB (Red+Green+Blue) = 86+10+0=96 (12% of max value = 765). Red value is 86 (33.98% from 255 or 89.58% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 86 - color contains mainly: red. Hex color #560A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A00 is #A9F5FF. Grayscale: #1F1F1F. Windows color (decimal): -11138560 or 2646. OLE color: 2646.

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

Color convert

RGB86100-
CMYK00.8810.66
HSL6.98º100%16.86%-
HSV(B)6.98º100%33.73%-
XYZ3.952.20.22-
YUV31.58110.18166.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 89.58%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=89.58%
G=10.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8610000.8810.666.9810016.86
Hex56A0058644276411
Octal1261200130144102714421
Binary1010110101000101100011001001000010111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560A00; }

 p { color: rgb(86,10,0); }

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

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

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

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

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

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

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