#5B181A

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

Shades of Burnt Crimson #5B181A

Tints of Burnt Crimson #5B181A

Color information

#5B181A (or 0x5B181A) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 18 and 1A. RGB value is (91,24,26). Sum of RGB (Red+Green+Blue) = 91+24+26=141 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.54% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 91 - color contains mainly: red. Hex color #5B181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B181A is #A4E7E5. Grayscale: #2C2C2C. Windows color (decimal): -10807270 or 1710171. OLE color: 1710171.

HSL color Cylindrical-coordinate representation of color #5B181A: hue angle of 358.21º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B181A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB912426-
CMYK00.740.710.64
HSL358.21º58.26%22.55%-
HSV(B)358.21º73.63%35.69%-
XYZ4.832.951.29-
YUV44.26117.7161.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 64.54%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=64.54%
G=17.02%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91242600.740.710.64358.2158.2622.55
Hex5B181A04A47401663a17
Octal133303201121071005467227
Binary10110111100011010010010101000111100000010110011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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