#560F0B

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

Shades of Red Oxide #560F0B

Tints of Red Oxide #560F0B

Color information

#560F0B (or 0x560F0B) is unknown color: approx Red Oxide. HEX triplet: 56, 0F and 0B. RGB value is (86,15,11). Sum of RGB (Red+Green+Blue) = 86+15+11=112 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.79% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 86 - color contains mainly: red. Hex color #560F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F0B is #A9F0F4. Grayscale: #232323. Windows color (decimal): -11137269 or 724822. OLE color: 724822.

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

Color convert

RGB861511-
CMYK00.830.870.66
HSL3.2º77.32%19.02%-
HSV(B)3.2º87.21%33.73%-
XYZ4.072.340.55-
YUV35.77114.02163.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 76.79%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 11 (4.69% from 255) = 9.82%
R=76.79%
G=13.39%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.87
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86151100.830.870.663.277.3219.02
Hex56FB053574234d13
Octal12617130123127102311523
Binary101011011111011010100111010111100001011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,15,11); }

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

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

 a { background-color: rgb(86,15,11); }

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

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

 span { border-color: rgb(86,15,11); }

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