#5C1819

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

Shades of Burnt Crimson #5C1819

Tints of Burnt Crimson #5C1819

Color information

#5C1819 (or 0x5C1819) is unknown color: approx Burnt Crimson. HEX triplet: 5C, 18 and 19. RGB value is (92,24,25). Sum of RGB (Red+Green+Blue) = 92+24+25=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C1819 is #A3E7E6. Grayscale: #2C2C2C. Windows color (decimal): -10741735 or 1644636. OLE color: 1644636.

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

Color convert

RGB922425-
CMYK00.740.730.64
HSL359.12º58.62%22.75%-
HSV(B)359.12º73.91%36.08%-
XYZ4.9231.24-
YUV44.45117.03161.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 65.25%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=65.25%
G=17.02%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92242500.740.730.64359.1258.6222.75
Hex5C181904A49401673b17
Octal134303101121111005477327
Binary10111001100011001010010101001001100000010110011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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