#5B0102

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

Shades of Burnt Crimson #5B0102

Tints of Burnt Crimson #5B0102

Color information

#5B0102 (or 0x5B0102) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 01 and 02. RGB value is (91,1,2). Sum of RGB (Red+Green+Blue) = 91+1+2=94 (12% of max value = 765). Red value is 91 (35.94% from 255 or 96.81% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0102 is #A4FEFD. Grayscale: #1C1C1C. Windows color (decimal): -10813182 or 131419. OLE color: 131419.

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

Color convert

RGB9112-
CMYK00.990.980.64
HSL359.33º97.83%18.04%-
HSV(B)359.33º98.9%35.69%-
XYZ4.342.250.26-
YUV28.02113.32172.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 96.81%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 2 (1.17% from 255) = 2.13%
R=96.81%
G=1.06%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal911200.990.980.64359.3397.8318.04
Hex5B1206362401676212
Octal13312014314210054714222
Binary10110111100110001111000101000000101100111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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