#560F10

Color #560F10 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #560F10

Tints of Burnt Crimson #560F10

Color information

#560F10 (or 0x560F10) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0F and 10. RGB value is (86,15,16). Sum of RGB (Red+Green+Blue) = 86+15+16=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #560F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F10 is #A9F0EF. Grayscale: #242424. Windows color (decimal): -11137264 or 1052502. OLE color: 1052502.

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

Color convert

RGB861516-
CMYK00.830.810.66
HSL359.15º70.3%19.8%-
HSV(B)359.15º82.56%33.73%-
XYZ4.12.360.73-
YUV36.34116.52163.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 73.50%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=73.50%
G=12.82%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86151600.830.810.66359.1570.319.8
Hex56F1005351421674614
Octal1261720012312110254710624
Binary10101101111100000101001110100011000010101100111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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