#5B0C10

Color #5B0C10 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5B0C10

Tints of Burnt Crimson #5B0C10

Color information

#5B0C10 (or 0x5B0C10) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 0C and 10. RGB value is (91,12,16). Sum of RGB (Red+Green+Blue) = 91+12+16=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C10 is #A4F3EF. Grayscale: #242424. Windows color (decimal): -10810352 or 1051739. OLE color: 1051739.

HSL color Cylindrical-coordinate representation of color #5B0C10: hue angle of 356.96º 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 #5B0C10 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB911216-
CMYK00.870.820.64
HSL356.96º76.7%20.2%-
HSV(B)356.96º86.81%35.69%-
XYZ4.542.520.74-
YUV36.08116.67167.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 76.47%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=76.47%
G=10.08%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91121600.870.820.64356.9676.720.2
Hex5BC1005752401654d14
Octal1331420012712210054511524
Binary10110111100100000101011110100101000000101100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0C10;
 }
 .AnyTagClassName
 {
   color: #5B0C10;
 }
</style>
background-color css

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

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

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

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

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

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