#5B0304

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

Shades of Burnt Crimson #5B0304

Tints of Burnt Crimson #5B0304

Color information

#5B0304 (or 0x5B0304) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 03 and 04. RGB value is (91,3,4). Sum of RGB (Red+Green+Blue) = 91+3+4=98 (12% of max value = 765). Red value is 91 (35.94% from 255 or 92.86% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0304 is #A4FCFB. Grayscale: #1D1D1D. Windows color (decimal): -10812668 or 263003. OLE color: 263003.

HSL color Cylindrical-coordinate representation of color #5B0304: hue angle of 359.32º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0304 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB9134-
CMYK00.970.960.64
HSL359.32º93.62%18.43%-
HSV(B)359.32º96.7%35.69%-
XYZ4.372.30.33-
YUV29.43113.65171.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 92.86%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=92.86%
G=3.06%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal913400.970.960.64359.3293.6218.43
Hex5B3406160401675e12
Octal13334014114010054713622
Binary1011011111000110000111000001000000101100111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,3,4); }

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

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

 a { background-color: rgb(91,3,4); }

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

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

 span { border-color: rgb(91,3,4); }

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