#5B1516

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

Shades of Burnt Crimson #5B1516

Tints of Burnt Crimson #5B1516

Color information

#5B1516 (or 0x5B1516) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 15 and 16. RGB value is (91,21,22). Sum of RGB (Red+Green+Blue) = 91+21+22=134 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.91% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1516 is #A4EAE9. Grayscale: #2A2A2A. Windows color (decimal): -10808042 or 1447259. OLE color: 1447259.

HSL color Cylindrical-coordinate representation of color #5B1516: hue angle of 359.14º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B1516 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB912122-
CMYK00.770.760.64
HSL359.14º62.5%21.96%-
HSV(B)359.14º76.92%35.69%-
XYZ4.732.821.05-
YUV42.04116.69162.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.91%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 22 (8.98% from 255) = 16.42%
R=67.91%
G=15.67%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91212200.770.760.64359.1462.521.96
Hex5B151604D4C401673e16
Octal133252601151141005477626
Binary10110111010110110010011011001100100000010110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B1516; }

 p { color: rgb(91,21,22); }

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

<style>
 a { background-color: #5B1516; }

 a { background-color: rgb(91,21,22); }

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

<style>
 span { border-color: #5B1516; }

 span { border-color: rgb(91,21,22); }

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