#56120F

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

Shades of Red Oxide #56120F

Tints of Red Oxide #56120F

Color information

#56120F (or 0x56120F) is unknown color: approx Red Oxide. HEX triplet: 56, 12 and 0F. RGB value is (86,18,15). Sum of RGB (Red+Green+Blue) = 86+18+15=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56120F is #A9EDF0. Grayscale: #262626. Windows color (decimal): -11136497 or 987734. OLE color: 987734.

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

Color convert

RGB861815-
CMYK00.790.830.66
HSL2.54º70.3%19.8%-
HSV(B)2.54º82.56%33.73%-
XYZ4.142.450.71-
YUV37.99115.03162.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 72.27%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 15 (6.25% from 255) = 12.61%
R=72.27%
G=15.13%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86181500.790.830.662.5470.319.8
Hex5612F04F534234614
Octal12622170117123102310624
Binary1010110100101111010011111010011100001011100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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