#5C151B

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

Shades of Burnt Crimson #5C151B

Tints of Burnt Crimson #5C151B

Color information

#5C151B (or 0x5C151B) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 15 and 1B. RGB value is (92,21,27). Sum of RGB (Red+Green+Blue) = 92+21+27=140 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.71% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 92 - color contains mainly: red. Hex color #5C151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C151B is #A3EAE4. Grayscale: #2A2A2A. Windows color (decimal): -10742501 or 1774940. OLE color: 1774940.

HSL color Cylindrical-coordinate representation of color #5C151B: hue angle of 354.93º degrees, saturation: 0.63, 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 #5C151B is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB922127-
CMYK00.770.710.64
HSL354.93º62.83%22.16%-
HSV(B)354.93º77.17%36.08%-
XYZ4.882.891.34-
YUV42.91119.02163.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 65.71%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=65.71%
G=15%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92212700.770.710.64354.9362.8322.16
Hex5C151B04D47401633f16
Octal134253301151071005437726
Binary10111001010111011010011011000111100000010110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,21,27); }

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

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

 a { background-color: rgb(92,21,27); }

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

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

 span { border-color: rgb(92,21,27); }

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