#5B181B

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

Shades of Burnt Crimson #5B181B

Tints of Burnt Crimson #5B181B

Color information

#5B181B (or 0x5B181B) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 18 and 1B. RGB value is (91,24,27). Sum of RGB (Red+Green+Blue) = 91+24+27=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B181B is #A4E7E4. Grayscale: #2C2C2C. Windows color (decimal): -10807269 or 1775707. OLE color: 1775707.

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

Color convert

RGB912427-
CMYK00.740.700.64
HSL357.31º58.26%22.55%-
HSV(B)357.31º73.63%35.69%-
XYZ4.842.961.35-
YUV44.38118.2161.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 64.08%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=64.08%
G=16.90%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91242700.740.700.64357.3158.2622.55
Hex5B181B04A46401653a17
Octal133303301121061005457227
Binary10110111100011011010010101000110100000010110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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