#56201E

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

Shades of Red Oxide #56201E

Tints of Red Oxide #56201E

Color information

#56201E (or 0x56201E) is unknown color: approx Red Oxide. HEX triplet: 56, 20 and 1E. RGB value is (86,32,30). Sum of RGB (Red+Green+Blue) = 86+32+30=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #56201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56201E is #A9DFE1. Grayscale: #2F2F2F. Windows color (decimal): -11132898 or 1974358. OLE color: 1974358.

HSL color Cylindrical-coordinate representation of color #56201E: hue angle of 2.14º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56201E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB863230-
CMYK00.630.650.66
HSL2.14º48.28%22.75%-
HSV(B)2.14º65.12%33.73%-
XYZ4.593.111.59-
YUV47.92117.89155.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.11%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=58.11%
G=21.62%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86323000.630.650.662.1448.2822.75
Hex56201E03F414223017
Octal126403607710110226027
Binary1010110100000111100111111100000110000101011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56201E; }

 p { color: rgb(86,32,30); }

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

<style>
 a { background-color: #56201E; }

 a { background-color: rgb(86,32,30); }

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

<style>
 span { border-color: #56201E; }

 span { border-color: rgb(86,32,30); }

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