#56120B

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

Shades of Red Oxide #56120B

Tints of Red Oxide #56120B

Color information

#56120B (or 0x56120B) is unknown color: approx Red Oxide. HEX triplet: 56, 12 and 0B. RGB value is (86,18,11). Sum of RGB (Red+Green+Blue) = 86+18+11=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56120B is #A9EDF4. Grayscale: #252525. Windows color (decimal): -11136501 or 725590. OLE color: 725590.

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

Color convert

RGB861811-
CMYK00.790.870.66
HSL5.6º77.32%19.02%-
HSV(B)5.6º87.21%33.73%-
XYZ4.112.440.57-
YUV37.53113.03162.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=74.78%
G=15.65%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86181100.790.870.665.677.3219.02
Hex5612B04F574264d13
Octal12622130117127102611523
Binary10101101001010110100111110101111000010110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56120B; }

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

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

<style>
 a { background-color: #56120B; }

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

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

<style>
 span { border-color: #56120B; }

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

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