#5B151A

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

Shades of Burnt Crimson #5B151A

Tints of Burnt Crimson #5B151A

Color information

#5B151A (or 0x5B151A) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 15 and 1A. RGB value is (91,21,26). Sum of RGB (Red+Green+Blue) = 91+21+26=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B151A is #A4EAE5. Grayscale: #2A2A2A. Windows color (decimal): -10808038 or 1709403. OLE color: 1709403.

HSL color Cylindrical-coordinate representation of color #5B151A: hue angle of 355.71º 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 #5B151A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB912126-
CMYK00.770.710.64
HSL355.71º62.5%21.96%-
HSV(B)355.71º76.92%35.69%-
XYZ4.772.841.27-
YUV42.5118.69162.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65.94%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=65.94%
G=15.22%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91212600.770.710.64355.7162.521.96
Hex5B151A04D47401643e16
Octal133253201151071005447626
Binary10110111010111010010011011000111100000010110010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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