#56181E

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

Shades of Burnt Crimson #56181E

Tints of Burnt Crimson #56181E

Color information

#56181E (or 0x56181E) is unknown color: approx Burnt Crimson. HEX triplet: 56, 18 and 1E. RGB value is (86,24,30). Sum of RGB (Red+Green+Blue) = 86+24+30=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #56181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56181E is #A9E7E1. Grayscale: #2B2B2B. Windows color (decimal): -11134946 or 1972310. OLE color: 1972310.

HSL color Cylindrical-coordinate representation of color #56181E: hue angle of 354.19º 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 #56181E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB862430-
CMYK00.720.650.66
HSL354.19º56.36%21.57%-
HSV(B)354.19º72.09%33.73%-
XYZ4.42.731.52-
YUV43.22120.54158.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 61.43%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=61.43%
G=17.14%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86243000.720.650.66354.1956.3621.57
Hex56181E04841421623816
Octal126303601101011025427026
Binary10101101100011110010010001000001100001010110001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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