Html Css Color HEX #5B0104 Burnt Crimson

📋 copy color: '#5B0104'

red 91 ◦ green 1 ◦ blue 4

#5B0104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #5B0104

Tints of Burnt Crimson #5B0104

RGB

 RED value IS 91 (35.94% from 255) = 94.79%

 GREEN value IS 1 (0.78% from 255) = 1.04%

 BLUE value IS 4 (1.95% from 255) = 4.17%

R = 94.79%
G = 1.04%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5B0104 (or 0x5B0104) is known color: Burnt Crimson. HEX triplet: 5B, 01 and 04. RGB value is (91,1,4). Sum of RGB (Red+Green+Blue) = 91+1+4=96 (12% of max value = 765). Red value is 91 (35.94% from 255 or 94.79% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0104 is #A4FEFB. Grayscale: #1C1C1C. Windows color (decimal): -10813180 or 262491. OLE color: 262491.

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

Color convert

RGB 91 1 4 -
CMYK 0 0.99 0.96 0.64
HSL 358º 0.98% 0.18% -
HSV(B) 358º 0.99% 0.36% -
XYZ 4.35 2.25 0.32 -
YUV 28.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 91 1 4 0 0.99 0.96 0.64 358 0.98 0.18
Hex 5B 1 4 0 63 60 40 166 62 12
Octal 133 1 4 0 143 140 100 546 142 22
Binary 1011011 1 100 0 1100011 1100000 1000000 101100110 1100010 10010

Color Harmonies of #5B0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0104

Black with #5B0104

Text Example


Text Example

White with #5B0104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0104;
 }
 .AnyTagClassName
 {
   color: #5B0104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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