#560C0D

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

Shades of Burnt Crimson #560C0D

Tints of Burnt Crimson #560C0D

Color information

#560C0D (or 0x560C0D) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0C and 0D. RGB value is (86,12,13). Sum of RGB (Red+Green+Blue) = 86+12+13=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #560C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C0D is #A9F3F2. Grayscale: #222222. Windows color (decimal): -11138035 or 855126. OLE color: 855126.

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

Color convert

RGB861213-
CMYK00.860.850.66
HSL359.19º75.51%19.22%-
HSV(B)359.19º86.05%33.73%-
XYZ4.042.270.61-
YUV34.24116.02164.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=77.48%
G=10.81%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86121300.860.850.66359.1975.5119.22
Hex56CD05655421674c13
Octal1261415012612510254711423
Binary1010110110011010101011010101011000010101100111100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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