#56181A

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

Shades of Burnt Crimson #56181A

Tints of Burnt Crimson #56181A

Color information

#56181A (or 0x56181A) is unknown color: approx Burnt Crimson. HEX triplet: 56, 18 and 1A. RGB value is (86,24,26). Sum of RGB (Red+Green+Blue) = 86+24+26=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56181A is #A9E7E5. Grayscale: #2A2A2A. Windows color (decimal): -11134950 or 1710166. OLE color: 1710166.

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

Color convert

RGB862426-
CMYK00.720.700.66
HSL358.06º56.36%21.57%-
HSV(B)358.06º72.09%33.73%-
XYZ4.352.711.27-
YUV42.77118.54158.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 63.24%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=63.24%
G=17.65%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86242600.720.700.66358.0656.3621.57
Hex56181A04846421663816
Octal126303201101061025467026
Binary10101101100011010010010001000110100001010110011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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