Html Css Color HEX #5B0C0F Burnt Crimson

📋 copy color: '#5B0C0F'

red 91 ◦ green 12 ◦ blue 15

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

Shades of Burnt Crimson #5B0C0F

Tints of Burnt Crimson #5B0C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 77.12%
G = 10.17%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#5B0C0F (or 0x5B0C0F) is known color: Burnt Crimson. HEX triplet: 5B, 0C and 0F. RGB value is (91,12,15). Sum of RGB (Red+Green+Blue) = 91+12+15=118 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.12% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C0F is #A4F3F0. Grayscale: #242424. Windows color (decimal): -10810353 or 986203. OLE color: 986203.

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

Color convert

RGB 91 12 15 -
CMYK 0 0.87 0.84 0.64
HSL 357.72º 0.77% 0.2% -
HSV(B) 357.72º 0.87% 0.36% -
XYZ 4.53 2.52 0.7 -
YUV 35.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 91 12 15 0 0.87 0.84 0.64 357.72 0.77 0.2
Hex 5B C F 0 57 54 40 166 4D 14
Octal 133 14 17 0 127 124 100 546 115 24
Binary 1011011 1100 1111 0 1010111 1010100 1000000 101100110 1001101 10100

Color Harmonies of #5B0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0C0F

Black with #5B0C0F

Text Example


Text Example

White with #5B0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,15); }

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

background-color css

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

 a { background-color: rgb(91,12,15); }

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

border-color css

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

 span { border-color: rgb(91,12,15); }

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