#560C05

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

Shades of Red Oxide #560C05

Tints of Red Oxide #560C05

Color information

#560C05 (or 0x560C05) is unknown color: approx Red Oxide. HEX triplet: 56, 0C and 05. RGB value is (86,12,5). Sum of RGB (Red+Green+Blue) = 86+12+5=103 (13% of max value = 765). Red value is 86 (33.98% from 255 or 83.50% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 86 - color contains mainly: red. Hex color #560C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C05 is #A9F3FA. Grayscale: #212121. Windows color (decimal): -11138043 or 330838. OLE color: 330838.

HSL color Cylindrical-coordinate representation of color #560C05: hue angle of 5.19º 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 #560C05 is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB86125-
CMYK00.860.940.66
HSL5.19º89.01%17.84%-
HSV(B)5.19º94.19%33.73%-
XYZ42.250.37-
YUV33.33112.02165.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 83.50%
GREEN value IS 12 (5.08% from 255) = 11.65%
BLUE value IS 5 (2.34% from 255) = 4.85%
R=83.50%
G=11.65%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612500.860.940.665.1989.0117.84
Hex56C50565E4255912
Octal1261450126136102513122
Binary101011011001010101011010111101000010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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