#560B01

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

Shades of Red Oxide #560B01

Tints of Red Oxide #560B01

Color information

#560B01 (or 0x560B01) is unknown color: approx Red Oxide. HEX triplet: 56, 0B and 01. RGB value is (86,11,1). Sum of RGB (Red+Green+Blue) = 86+11+1=98 (12% of max value = 765). Red value is 86 (33.98% from 255 or 87.76% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 86 - color contains mainly: red. Hex color #560B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B01 is #A9F4FE. Grayscale: #202020. Windows color (decimal): -11138303 or 68438. OLE color: 68438.

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

Color convert

RGB86111-
CMYK00.870.990.66
HSL7.06º97.7%17.06%-
HSV(B)7.06º98.84%33.73%-
XYZ3.962.220.25-
YUV32.28110.35166.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 87.76%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 1 (0.78% from 255) = 1.02%
R=87.76%
G=11.22%
B=1.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8611100.870.990.667.0697.717.06
Hex56B1057634276211
Octal1261310127143102714221
Binary1010110101110101011111000111000010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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