#560D10

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

Shades of Burnt Crimson #560D10

Tints of Burnt Crimson #560D10

Color information

#560D10 (or 0x560D10) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0D and 10. RGB value is (86,13,16). Sum of RGB (Red+Green+Blue) = 86+13+16=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #560D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D10 is #A9F2EF. Grayscale: #232323. Windows color (decimal): -11137776 or 1051990. OLE color: 1051990.

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

Color convert

RGB861316-
CMYK00.850.810.66
HSL357.53º73.74%19.41%-
HSV(B)357.53º84.88%33.73%-
XYZ4.082.30.72-
YUV35.17117.18164.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.78%
GREEN value IS 13 (5.47% from 255) = 11.30%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=74.78%
G=11.30%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86131600.850.810.66357.5373.7419.41
Hex56D1005551421664a13
Octal1261520012512110254611223
Binary10101101101100000101010110100011000010101100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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