#5C171B

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

Shades of Burnt Crimson #5C171B

Tints of Burnt Crimson #5C171B

Color information

#5C171B (or 0x5C171B) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 17 and 1B. RGB value is (92,23,27). Sum of RGB (Red+Green+Blue) = 92+23+27=142 (18% of max value = 765). Red value is 92 (36.33% from 255 or 64.79% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 92 - color contains mainly: red. Hex color #5C171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C171B is #A3E8E4. Grayscale: #2C2C2C. Windows color (decimal): -10741989 or 1775452. OLE color: 1775452.

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

Color convert

RGB922327-
CMYK00.750.710.64
HSL356.52º60%22.55%-
HSV(B)356.52º75%36.08%-
XYZ4.922.971.35-
YUV44.09118.36162.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 64.79%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=64.79%
G=16.20%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92232700.750.710.64356.526022.55
Hex5C171B04B47401653c17
Octal134273301131071005457427
Binary10111001011111011010010111000111100000010110010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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