#5B1213

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

Shades of Burnt Crimson #5B1213

Tints of Burnt Crimson #5B1213

Color information

#5B1213 (or 0x5B1213) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 12 and 13. RGB value is (91,18,19). Sum of RGB (Red+Green+Blue) = 91+18+19=128 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.09% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1213 is #A4EDEC. Grayscale: #282828. Windows color (decimal): -10808813 or 1249883. OLE color: 1249883.

HSL color Cylindrical-coordinate representation of color #5B1213: hue angle of 359.18º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B1213 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB911819-
CMYK00.800.790.64
HSL359.18º66.97%21.37%-
HSV(B)359.18º80.22%35.69%-
XYZ4.652.70.89-
YUV39.94116.18164.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 71.09%
GREEN value IS 18 (7.42% from 255) = 14.06%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=71.09%
G=14.06%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91181900.800.790.64359.1866.9721.37
Hex5B12130504F401674315
Octal1332223012011710054710325
Binary101101110010100110101000010011111000000101100111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,18,19); }

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

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

 a { background-color: rgb(91,18,19); }

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

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

 span { border-color: rgb(91,18,19); }

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