#56110A

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

Shades of Red Oxide #56110A

Tints of Red Oxide #56110A

Color information

#56110A (or 0x56110A) is unknown color: approx Red Oxide. HEX triplet: 56, 11 and 0A. RGB value is (86,17,10). Sum of RGB (Red+Green+Blue) = 86+17+10=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #56110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56110A is #A9EEF5. Grayscale: #242424. Windows color (decimal): -11136758 or 659798. OLE color: 659798.

HSL color Cylindrical-coordinate representation of color #56110A: hue angle of 5.53º 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 #56110A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB861710-
CMYK00.800.880.66
HSL5.53º79.17%18.82%-
HSV(B)5.53º88.37%33.73%-
XYZ4.092.40.53-
YUV36.83112.86163.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.11%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=76.11%
G=15.04%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86171000.800.880.665.5379.1718.82
Hex5611A050584264f13
Octal12621120120130102611723
Binary10101101000110100101000010110001000010110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56110A; }

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

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

<style>
 a { background-color: #56110A; }

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

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

<style>
 span { border-color: #56110A; }

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

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