#56181C

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

Shades of Burnt Crimson #56181C

Tints of Burnt Crimson #56181C

Color information

#56181C (or 0x56181C) is unknown color: approx Burnt Crimson. HEX triplet: 56, 18 and 1C. RGB value is (86,24,28). Sum of RGB (Red+Green+Blue) = 86+24+28=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 28 (11.33% from 255 or 20.29% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #56181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56181C is #A9E7E3. Grayscale: #2B2B2B. Windows color (decimal): -11134948 or 1841238. OLE color: 1841238.

HSL color Cylindrical-coordinate representation of color #56181C: hue angle of 356.13º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56181C is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB862428-
CMYK00.720.670.66
HSL356.13º56.36%21.57%-
HSV(B)356.13º72.09%33.73%-
XYZ4.372.721.39-
YUV42.99119.54158.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 62.32%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 28 (11.33% from 255) = 20.29%
R=62.32%
G=17.39%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86242800.720.670.66356.1356.3621.57
Hex56181C04843421643816
Octal126303401101031025447026
Binary10101101100011100010010001000011100001010110010011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56181C; }

 p { color: rgb(86,24,28); }

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

<style>
 a { background-color: #56181C; }

 a { background-color: rgb(86,24,28); }

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

<style>
 span { border-color: #56181C; }

 span { border-color: rgb(86,24,28); }

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