Html Css Color HEX #5B212B Burnt Crimson

📋 copy color: '#5B212B'

red 91 ◦ green 33 ◦ blue 43

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

Shades of Burnt Crimson #5B212B

Tints of Burnt Crimson #5B212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.76%

 BLUE value IS 43 (17.19% from 255) = 25.75%

R = 54.49%
G = 19.76%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5B212B (or 0x5B212B) is known color: Burnt Crimson. HEX triplet: 5B, 21 and 2B. RGB value is (91,33,43). Sum of RGB (Red+Green+Blue) = 91+33+43=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B212B is #A4DED4. Grayscale: #333333. Windows color (decimal): -10804949 or 2826587. OLE color: 2826587.

HSL color Cylindrical-coordinate representation of color #5B212B: hue angle of 349.66º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B212B is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 33 43 -
CMYK 0 0.64 0.53 0.64
HSL 349.66º 0.47% 0.24% -
HSV(B) 349.66º 0.64% 0.36% -
XYZ 5.29 3.49 2.68 -
YUV 51.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 91 33 43 0 0.64 0.53 0.64 349.66 0.47 0.24
Hex 5B 21 2B 0 40 35 40 15E 2F 18
Octal 133 41 53 0 100 65 100 536 57 30
Binary 1011011 100001 101011 0 1000000 110101 1000000 101011110 101111 11000

Color Harmonies of #5B212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B212B

Black with #5B212B

Text Example


Text Example

White with #5B212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,33,43); }

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

background-color css

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

 a { background-color: rgb(91,33,43); }

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

border-color css

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

 span { border-color: rgb(91,33,43); }

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