#560B0D

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

Shades of Burnt Crimson #560B0D

Tints of Burnt Crimson #560B0D

Color information

#560B0D (or 0x560B0D) is unknown color: approx Burnt Crimson. HEX triplet: 56, 0B and 0D. RGB value is (86,11,13). Sum of RGB (Red+Green+Blue) = 86+11+13=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B0D is #A9F4F2. Grayscale: #212121. Windows color (decimal): -11138291 or 854870. OLE color: 854870.

HSL color Cylindrical-coordinate representation of color #560B0D: hue angle of 358.4º 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 #560B0D is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB861113-
CMYK00.870.850.66
HSL358.4º77.32%19.02%-
HSV(B)358.4º87.21%33.73%-
XYZ4.032.250.6-
YUV33.65116.35165.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 78.18%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=78.18%
G=10%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86111300.870.850.66358.477.3219.02
Hex56BD05755421664d13
Octal1261315012712510254611523
Binary1010110101111010101011110101011000010101100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #560B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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