#560B0A

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

Shades of Red Oxide #560B0A

Tints of Red Oxide #560B0A

Color information

#560B0A (or 0x560B0A) is unknown color: approx Red Oxide. HEX triplet: 56, 0B and 0A. RGB value is (86,11,10). Sum of RGB (Red+Green+Blue) = 86+11+10=107 (14% of max value = 765). Red value is 86 (33.98% from 255 or 80.37% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 86 - color contains mainly: red. Hex color #560B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B0A is #A9F4F5. Grayscale: #212121. Windows color (decimal): -11138294 or 658262. OLE color: 658262.

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

Color convert

RGB861110-
CMYK00.870.880.66
HSL0.79º79.17%18.82%-
HSV(B)0.79º88.37%33.73%-
XYZ4.012.240.51-
YUV33.31114.85165.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 80.37%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 10 (4.30% from 255) = 9.35%
R=80.37%
G=10.28%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86111000.870.880.660.7979.1718.82
Hex56BA057584214f13
Octal12613120127130102111723
Binary10101101011101001010111101100010000101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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