Html Css Color HEX #5B151A Burnt Crimson

📋 copy color: '#5B151A'

red 91 ◦ green 21 ◦ blue 26

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

Shades of Burnt Crimson #5B151A

Tints of Burnt Crimson #5B151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 26 (10.55% from 255) = 18.84%

R = 65.94%
G = 15.22%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#5B151A (or 0x5B151A) is known color: Burnt Crimson. HEX triplet: 5B, 15 and 1A. RGB value is (91,21,26). Sum of RGB (Red+Green+Blue) = 91+21+26=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B151A is #A4EAE5. Grayscale: #2A2A2A. Windows color (decimal): -10808038 or 1709403. OLE color: 1709403.

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

Color convert

RGB 91 21 26 -
CMYK 0 0.77 0.71 0.64
HSL 355.71º 0.63% 0.22% -
HSV(B) 355.71º 0.77% 0.36% -
XYZ 4.77 2.84 1.27 -
YUV 42.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 91 21 26 0 0.77 0.71 0.64 355.71 0.63 0.22
Hex 5B 15 1A 0 4D 47 40 164 3E 16
Octal 133 25 32 0 115 107 100 544 76 26
Binary 1011011 10101 11010 0 1001101 1000111 1000000 101100100 111110 10110

Color Harmonies of #5B151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B151A

Black with #5B151A

Text Example


Text Example

White with #5B151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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