#56212A

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

Shades of Burnt Crimson #56212A

Tints of Burnt Crimson #56212A

Color information

#56212A (or 0x56212A) is unknown color: approx Burnt Crimson. HEX triplet: 56, 21 and 2A. RGB value is (86,33,42). Sum of RGB (Red+Green+Blue) = 86+33+42=161 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.42% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 86 - color contains mainly: red. Hex color #56212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56212A is #A9DED5. Grayscale: #313131. Windows color (decimal): -11132630 or 2761046. OLE color: 2761046.

HSL color Cylindrical-coordinate representation of color #56212A: hue angle of 349.81º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56212A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB863342-
CMYK00.620.510.66
HSL349.81º44.54%23.33%-
HSV(B)349.81º61.63%33.73%-
XYZ4.83.232.56-
YUV49.87123.56153.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.42%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=53.42%
G=20.50%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86334200.620.510.66349.8144.5423.33
Hex56212A03E334215e2d17
Octal1264152076631025365527
Binary10101101000011010100111110110011100001010101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,33,42); }

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

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

 a { background-color: rgb(86,33,42); }

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

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

 span { border-color: rgb(86,33,42); }

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