#56100D

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

Shades of Red Oxide #56100D

Tints of Red Oxide #56100D

Color information

#56100D (or 0x56100D) is unknown color: approx Red Oxide. HEX triplet: 56, 10 and 0D. RGB value is (86,16,13). Sum of RGB (Red+Green+Blue) = 86+16+13=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56100D is #A9EFF2. Grayscale: #242424. Windows color (decimal): -11137011 or 856150. OLE color: 856150.

HSL color Cylindrical-coordinate representation of color #56100D: hue angle of 2.47º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56100D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB861613-
CMYK00.810.850.66
HSL2.47º73.74%19.41%-
HSV(B)2.47º84.88%33.73%-
XYZ4.12.380.62-
YUV36.59114.69163.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=74.78%
G=13.91%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86161300.810.850.662.4773.7419.41
Hex5610D051554224a13
Octal12620150121125102211223
Binary1010110100001101010100011010101100001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56100D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56100D; }

 p { color: rgb(86,16,13); }

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

<style>
 a { background-color: #56100D; }

 a { background-color: rgb(86,16,13); }

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

<style>
 span { border-color: #56100D; }

 span { border-color: rgb(86,16,13); }

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