#560201

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

Shades of Red Oxide #560201

Tints of Red Oxide #560201

Color information

#560201 (or 0x560201) is unknown color: approx Red Oxide. HEX triplet: 56, 02 and 01. RGB value is (86,2,1). Sum of RGB (Red+Green+Blue) = 86+2+1=89 (11% of max value = 765). Red value is 86 (33.98% from 255 or 96.63% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 86 - color contains mainly: red. Hex color #560201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560201 is #A9FDFE. Grayscale: #1B1B1B. Windows color (decimal): -11140607 or 66134. OLE color: 66134.

HSL color Cylindrical-coordinate representation of color #560201: hue angle of 0.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB8621-
CMYK00.980.990.66
HSL0.71º97.7%17.06%-
HSV(B)0.71º98.84%33.73%-
XYZ3.862.020.22-
YUV27113.33170.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 96.63%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=96.63%
G=2.25%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal862100.980.990.660.7197.717.06
Hex5621062634216211
Octal126210142143102114221
Binary101011010101100010110001110000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560201; }

 p { color: rgb(86,2,1); }

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

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

 a { background-color: rgb(86,2,1); }

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

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

 span { border-color: rgb(86,2,1); }

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