#560E10

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

Shades of Burnt Crimson #560E10

Tints of Burnt Crimson #560E10

Color information

#560E10 (or 0x560E10) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0E and 10. RGB value is (86,14,16). Sum of RGB (Red+Green+Blue) = 86+14+16=116 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.14% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 86 - color contains mainly: red. Hex color #560E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E10 is #A9F1EF. Grayscale: #232323. Windows color (decimal): -11137520 or 1052246. OLE color: 1052246.

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

Color convert

RGB861416-
CMYK00.840.810.66
HSL358.33º72%19.61%-
HSV(B)358.33º83.72%33.73%-
XYZ4.092.330.72-
YUV35.76116.85163.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 74.14%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=74.14%
G=12.07%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86141600.840.810.66358.337219.61
Hex56E1005451421664814
Octal1261620012412110254611024
Binary10101101110100000101010010100011000010101100110100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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