#560A05

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

Shades of Red Oxide #560A05

Tints of Red Oxide #560A05

Color information

#560A05 (or 0x560A05) is unknown color: approx Red Oxide. HEX triplet: 56, 0A and 05. RGB value is (86,10,5). Sum of RGB (Red+Green+Blue) = 86+10+5=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #560A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A05 is #A9F5FA. Grayscale: #202020. Windows color (decimal): -11138555 or 330326. OLE color: 330326.

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

Color convert

RGB86105-
CMYK00.880.940.66
HSL3.7º89.01%17.84%-
HSV(B)3.7º94.19%33.73%-
XYZ3.972.210.36-
YUV32.15112.68166.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 85.15%
GREEN value IS 10 (4.30% from 255) = 9.90%
BLUE value IS 5 (2.34% from 255) = 4.95%
R=85.15%
G=9.90%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8610500.880.940.663.789.0117.84
Hex56A50585E4245912
Octal1261250130136102413122
Binary101011010101010101100010111101000010100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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