#5B0103

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

Shades of Burnt Crimson #5B0103

Tints of Burnt Crimson #5B0103

Color information

#5B0103 (or 0x5B0103) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 01 and 03. RGB value is (91,1,3). Sum of RGB (Red+Green+Blue) = 91+1+3=95 (12% of max value = 765). Red value is 91 (35.94% from 255 or 95.79% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0103 is #A4FEFC. Grayscale: #1C1C1C. Windows color (decimal): -10813181 or 196955. OLE color: 196955.

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

Color convert

RGB9113-
CMYK00.990.970.64
HSL358.67º97.83%18.04%-
HSV(B)358.67º98.9%35.69%-
XYZ4.342.250.29-
YUV28.14113.82172.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 95.79%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=95.79%
G=1.05%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal911300.990.970.64358.6797.8318.04
Hex5B1306361401676212
Octal13313014314110054714222
Binary10110111110110001111000011000000101100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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