#5A1C23

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

Shades of Burnt Crimson #5A1C23

Tints of Burnt Crimson #5A1C23

Color information

#5A1C23 (or 0x5A1C23) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 1C and 23. RGB value is (90,28,35). Sum of RGB (Red+Green+Blue) = 90+28+35=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C23 is #A5E3DC. Grayscale: #2F2F2F. Windows color (decimal): -10871773 or 2301018. OLE color: 2301018.

HSL color Cylindrical-coordinate representation of color #5A1C23: hue angle of 353.23º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C23 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB902835-
CMYK00.690.610.65
HSL353.23º52.54%23.14%-
HSV(B)353.23º68.89%35.29%-
XYZ4.943.131.93-
YUV47.34121.04158.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.82%
GREEN value IS 28 (11.33% from 255) = 18.30%
BLUE value IS 35 (14.06% from 255) = 22.88%
R=58.82%
G=18.30%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90283500.690.610.65353.2352.5423.14
Hex5A1C230453D411613517
Octal13234430105751015416527
Binary10110101110010001101000101111101100000110110000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,28,35); }

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

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

 a { background-color: rgb(90,28,35); }

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

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

 span { border-color: rgb(90,28,35); }

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