#56110C

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

Shades of Red Oxide #56110C

Tints of Red Oxide #56110C

Color information

#56110C (or 0x56110C) is unknown color: approx Red Oxide. HEX triplet: 56, 11 and 0C. RGB value is (86,17,12). Sum of RGB (Red+Green+Blue) = 86+17+12=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56110C is #A9EEF3. Grayscale: #252525. Windows color (decimal): -11136756 or 790870. OLE color: 790870.

HSL color Cylindrical-coordinate representation of color #56110C: hue angle of 4.05º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56110C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB861712-
CMYK00.800.860.66
HSL4.05º75.51%19.22%-
HSV(B)4.05º86.05%33.73%-
XYZ4.12.410.6-
YUV37.06113.86162.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 12 (5.08% from 255) = 10.43%
R=74.78%
G=14.78%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86171200.800.860.664.0575.5119.22
Hex5611C050564244c13
Octal12621140120126102411423
Binary10101101000111000101000010101101000010100100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56110C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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