#5C191C

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

Shades of Burnt Crimson #5C191C

Tints of Burnt Crimson #5C191C

Color information

#5C191C (or 0x5C191C) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 19 and 1C. RGB value is (92,25,28). Sum of RGB (Red+Green+Blue) = 92+25+28=145 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.45% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 92 - color contains mainly: red. Hex color #5C191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C191C is #A3E6E3. Grayscale: #2D2D2D. Windows color (decimal): -10741476 or 1841500. OLE color: 1841500.

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

Color convert

RGB922528-
CMYK00.730.700.64
HSL357.31º57.26%22.94%-
HSV(B)357.31º72.83%36.08%-
XYZ4.973.051.43-
YUV45.38118.2161.26-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.45%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 28 (11.33% from 255) = 19.31%
R=63.45%
G=17.24%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92252800.730.700.64357.3157.2622.94
Hex5C191C04946401653917
Octal134313401111061005457127
Binary10111001100111100010010011000110100000010110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,25,28); }

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

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

 a { background-color: rgb(92,25,28); }

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

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

 span { border-color: rgb(92,25,28); }

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