Html Css Color HEX #5B1A20 Burnt Crimson

📋 copy color: '#5B1A20'

red 91 ◦ green 26 ◦ blue 32

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

Shades of Burnt Crimson #5B1A20

Tints of Burnt Crimson #5B1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

 BLUE value IS 32 (12.89% from 255) = 21.48%

R = 61.07%
G = 17.45%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#5B1A20 (or 0x5B1A20) is known color: Burnt Crimson. HEX triplet: 5B, 1A and 20. RGB value is (91,26,32). Sum of RGB (Red+Green+Blue) = 91+26+32=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A20 is #A4E5DF. Grayscale: #2E2E2E. Windows color (decimal): -10806752 or 2103899. OLE color: 2103899.

HSL color Cylindrical-coordinate representation of color #5B1A20: hue angle of 354.46º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B1A20 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 26 32 -
CMYK 0 0.71 0.65 0.64
HSL 354.46º 0.56% 0.23% -
HSV(B) 354.46º 0.71% 0.36% -
XYZ 4.94 3.07 1.7 -
YUV 46.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 91 26 32 0 0.71 0.65 0.64 354.46 0.56 0.23
Hex 5B 1A 20 0 47 41 40 162 38 17
Octal 133 32 40 0 107 101 100 542 70 27
Binary 1011011 11010 100000 0 1000111 1000001 1000000 101100010 111000 10111

Color Harmonies of #5B1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1A20

Black with #5B1A20

Text Example


Text Example

White with #5B1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,26,32); }

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

background-color css

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

 a { background-color: rgb(91,26,32); }

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

border-color css

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

 span { border-color: rgb(91,26,32); }

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