Html Css Color HEX #5B0506 Burnt Crimson

📋 copy color: '#5B0506'

red 91 ◦ green 5 ◦ blue 6

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

Shades of Burnt Crimson #5B0506

Tints of Burnt Crimson #5B0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 6 (2.73% from 255) = 5.88%

R = 89.22%
G = 4.9%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5B0506 (or 0x5B0506) is known color: Burnt Crimson. HEX triplet: 5B, 05 and 06. RGB value is (91,5,6). Sum of RGB (Red+Green+Blue) = 91+5+6=102 (13% of max value = 765). Red value is 91 (35.94% from 255 or 89.22% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0506 is #A4FAF9. Grayscale: #1E1E1E. Windows color (decimal): -10812154 or 394587. OLE color: 394587.

HSL color Cylindrical-coordinate representation of color #5B0506: hue angle of 359.3º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0506 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 6 -
CMYK 0 0.95 0.93 0.64
HSL 359.3º 0.9% 0.19% -
HSV(B) 359.3º 0.95% 0.36% -
XYZ 4.4 2.35 0.39 -
YUV 30.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 91 5 6 0 0.95 0.93 0.64 359.3 0.9 0.19
Hex 5B 5 6 0 5F 5D 40 167 5A 13
Octal 133 5 6 0 137 135 100 547 132 23
Binary 1011011 101 110 0 1011111 1011101 1000000 101100111 1011010 10011

Color Harmonies of #5B0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0506

Black with #5B0506

Text Example


Text Example

White with #5B0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,6); }

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

background-color css

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

 a { background-color: rgb(91,5,6); }

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

border-color css

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

 span { border-color: rgb(91,5,6); }

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