#560C0A

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

Shades of Red Oxide #560C0A

Tints of Red Oxide #560C0A

Color information

#560C0A (or 0x560C0A) is unknown color: approx Red Oxide. HEX triplet: 56, 0C and 0A. RGB value is (86,12,10). Sum of RGB (Red+Green+Blue) = 86+12+10=108 (14% of max value = 765). Red value is 86 (33.98% from 255 or 79.63% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 86 - color contains mainly: red. Hex color #560C0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C0A is #A9F3F5. Grayscale: #212121. Windows color (decimal): -11138038 or 658518. OLE color: 658518.

HSL color Cylindrical-coordinate representation of color #560C0A: hue angle of 1.58º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560C0A is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB861210-
CMYK00.860.880.66
HSL1.58º79.17%18.82%-
HSV(B)1.58º88.37%33.73%-
XYZ4.022.260.51-
YUV33.9114.52165.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 79.63%
GREEN value IS 12 (5.08% from 255) = 11.11%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=79.63%
G=11.11%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86121000.860.880.661.5879.1718.82
Hex56CA056584224f13
Octal12614120126130102211723
Binary101011011001010010101101011000100001010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #560C0A; }

 p { color: rgb(86,12,10); }

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

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

 a { background-color: rgb(86,12,10); }

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

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

 span { border-color: rgb(86,12,10); }

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