#56160F

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

Shades of Red Oxide #56160F

Tints of Red Oxide #56160F

Color information

#56160F (or 0x56160F) is unknown color: approx Red Oxide. HEX triplet: 56, 16 and 0F. RGB value is (86,22,15). Sum of RGB (Red+Green+Blue) = 86+22+15=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #56160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56160F is #A9E9F0. Grayscale: #282828. Windows color (decimal): -11135473 or 988758. OLE color: 988758.

HSL color Cylindrical-coordinate representation of color #56160F: hue angle of 5.92º 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 #56160F is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB862215-
CMYK00.740.830.66
HSL5.92º70.3%19.8%-
HSV(B)5.92º82.56%33.73%-
XYZ4.212.590.73-
YUV40.34113.7160.57-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.92%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 15 (6.25% from 255) = 12.20%
R=69.92%
G=17.89%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86221500.740.830.665.9270.319.8
Hex5616F04A534264614
Octal12626170112123102610624
Binary10101101011011110100101010100111000010110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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