Html Css Color HEX #5B161C Burnt Crimson

📋 copy color: '#5B161C'

red 91 ◦ green 22 ◦ blue 28

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

Shades of Burnt Crimson #5B161C

Tints of Burnt Crimson #5B161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.6%

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 64.54%
G = 15.6%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.64

RGB Variations

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

Color information

#5B161C (or 0x5B161C) is known color: Burnt Crimson. HEX triplet: 5B, 16 and 1C. RGB value is (91,22,28). Sum of RGB (Red+Green+Blue) = 91+22+28=141 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.54% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 91 - color contains mainly: red. Hex color #5B161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B161C is #A4E9E3. Grayscale: #2B2B2B. Windows color (decimal): -10807780 or 1840731. OLE color: 1840731.

HSL color Cylindrical-coordinate representation of color #5B161C: hue angle of 354.78º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B161C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 22 28 -
CMYK 0 0.76 0.69 0.64
HSL 354.78º 0.61% 0.22% -
HSV(B) 354.78º 0.76% 0.36% -
XYZ 4.81 2.88 1.4 -
YUV 43.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 91 22 28 0 0.76 0.69 0.64 354.78 0.61 0.22
Hex 5B 16 1C 0 4C 45 40 163 3D 16
Octal 133 26 34 0 114 105 100 543 75 26
Binary 1011011 10110 11100 0 1001100 1000101 1000000 101100011 111101 10110

Color Harmonies of #5B161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B161C

Black with #5B161C

Text Example


Text Example

White with #5B161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,22,28); }

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

background-color css

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

 a { background-color: rgb(91,22,28); }

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

border-color css

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

 span { border-color: rgb(91,22,28); }

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