#560203

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

Shades of Rustic Red #560203

Tints of Rustic Red #560203

Color information

#560203 (or 0x560203) is unknown color: approx Rustic Red. HEX triplet: 56, 02 and 03. RGB value is (86,2,3). Sum of RGB (Red+Green+Blue) = 86+2+3=91 (12% of max value = 765). Red value is 86 (33.98% from 255 or 94.51% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 86 - color contains mainly: red. Hex color #560203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560203 is #A9FDFC. Grayscale: #1B1B1B. Windows color (decimal): -11140605 or 197206. OLE color: 197206.

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

Color convert

RGB8623-
CMYK00.980.970.66
HSL359.29º95.45%17.25%-
HSV(B)359.29º97.67%33.73%-
XYZ3.882.030.27-
YUV27.23114.33169.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 94.51%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 3 (1.56% from 255) = 3.30%
R=94.51%
G=2.20%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal862300.980.970.66359.2995.4517.25
Hex562306261421675f11
Octal12623014214110254713721
Binary101011010110110001011000011000010101100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560203; }

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

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

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

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

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

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

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

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