#560603

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

Shades of Red Oxide #560603

Tints of Red Oxide #560603

Color information

#560603 (or 0x560603) is unknown color: approx Red Oxide. HEX triplet: 56, 06 and 03. RGB value is (86,6,3). Sum of RGB (Red+Green+Blue) = 86+6+3=95 (12% of max value = 765). Red value is 86 (33.98% from 255 or 90.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 86 - color contains mainly: red. Hex color #560603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560603 is #A9F9FC. Grayscale: #1D1D1D. Windows color (decimal): -11139581 or 198230. OLE color: 198230.

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

Color convert

RGB8663-
CMYK00.930.970.66
HSL2.17º93.26%17.45%-
HSV(B)2.17º96.51%33.73%-
XYZ3.922.120.29-
YUV29.58113168.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 90.53%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=90.53%
G=6.32%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal866300.930.970.662.1793.2617.45
Hex566305D614225d11
Octal126630135141102213521
Binary101011011011010111011100001100001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560603; }

 p { color: rgb(86,6,3); }

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

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

 a { background-color: rgb(86,6,3); }

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

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

 span { border-color: rgb(86,6,3); }

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