#5B0C0D

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

Shades of Burnt Crimson #5B0C0D

Tints of Burnt Crimson #5B0C0D

Color information

#5B0C0D (or 0x5B0C0D) is unknown color: approx Burnt Crimson. HEX triplet: 5B, 0C and 0D. RGB value is (91,12,13). Sum of RGB (Red+Green+Blue) = 91+12+13=116 (15% of max value = 765). Red value is 91 (35.94% from 255 or 78.45% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0C0D is #A4F3F2. Grayscale: #232323. Windows color (decimal): -10810355 or 855131. OLE color: 855131.

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

Color convert

RGB911213-
CMYK00.870.860.64
HSL359.24º76.7%20.2%-
HSV(B)359.24º86.81%35.69%-
XYZ4.522.520.63-
YUV35.74115.17167.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 78.45%
GREEN value IS 12 (5.08% from 255) = 10.34%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=78.45%
G=10.34%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91121300.870.860.64359.2476.720.2
Hex5BCD05756401674d14
Octal1331415012712610054711524
Binary1011011110011010101011110101101000000101100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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