#56201C

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

Shades of Red Oxide #56201C

Tints of Red Oxide #56201C

Color information

#56201C (or 0x56201C) is unknown color: approx Red Oxide. HEX triplet: 56, 20 and 1C. RGB value is (86,32,28). Sum of RGB (Red+Green+Blue) = 86+32+28=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #56201C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56201C is #A9DFE3. Grayscale: #2F2F2F. Windows color (decimal): -11132900 or 1843286. OLE color: 1843286.

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

Color convert

RGB863228-
CMYK00.630.670.66
HSL4.14º50.88%22.35%-
HSV(B)4.14º67.44%33.73%-
XYZ4.563.11.46-
YUV47.69116.89155.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 58.90%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=58.90%
G=21.92%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86322800.630.670.664.1450.8822.35
Hex56201C03F434243316
Octal126403407710310246326
Binary10101101000001110001111111000011100001010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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