#560C01

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

Shades of Red Oxide #560C01

Tints of Red Oxide #560C01

Color information

#560C01 (or 0x560C01) is unknown color: approx Red Oxide. HEX triplet: 56, 0C and 01. RGB value is (86,12,1). Sum of RGB (Red+Green+Blue) = 86+12+1=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #560C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C01 is #A9F3FE. Grayscale: #202020. Windows color (decimal): -11138047 or 68694. OLE color: 68694.

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

Color convert

RGB86121-
CMYK00.860.990.66
HSL7.76º97.7%17.06%-
HSV(B)7.76º98.84%33.73%-
XYZ3.972.240.25-
YUV32.87110.02165.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 86.87%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=86.87%
G=12.12%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8612100.860.990.667.7697.717.06
Hex56C1056634286211
Octal12614101261431021014221
Binary10101101100101010110110001110000101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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