Html Css Color HEX #5B0E10 Burnt Crimson

📋 copy color: '#5B0E10'

red 91 ◦ green 14 ◦ blue 16

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

Shades of Burnt Crimson #5B0E10

Tints of Burnt Crimson #5B0E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.57%

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 75.21%
G = 11.57%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#5B0E10 (or 0x5B0E10) is known color: Burnt Crimson. HEX triplet: 5B, 0E and 10. RGB value is (91,14,16). Sum of RGB (Red+Green+Blue) = 91+14+16=121 (16% of max value = 765). Red value is 91 (35.94% from 255 or 75.21% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0E10 is #A4F1EF. Grayscale: #252525. Windows color (decimal): -10809840 or 1052251. OLE color: 1052251.

HSL color Cylindrical-coordinate representation of color #5B0E10: hue angle of 358.44º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B0E10 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 14 16 -
CMYK 0 0.85 0.82 0.64
HSL 358.44º 0.73% 0.21% -
HSV(B) 358.44º 0.85% 0.36% -
XYZ 4.56 2.58 0.75 -
YUV 37.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 91 14 16 0 0.85 0.82 0.64 358.44 0.73 0.21
Hex 5B E 10 0 55 52 40 166 49 15
Octal 133 16 20 0 125 122 100 546 111 25
Binary 1011011 1110 10000 0 1010101 1010010 1000000 101100110 1001001 10101

Color Harmonies of #5B0E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0E10

Black with #5B0E10

Text Example


Text Example

White with #5B0E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,14,16); }

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

background-color css

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

 a { background-color: rgb(91,14,16); }

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

border-color css

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

 span { border-color: rgb(91,14,16); }

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