#5A2526

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

Shades of Burnt Crimson #5A2526

Tints of Burnt Crimson #5A2526

Color information

#5A2526 (or 0x5A2526) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 25 and 26. RGB value is (90,37,38). Sum of RGB (Red+Green+Blue) = 90+37+38=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2526 is #A5DAD9. Grayscale: #353535. Windows color (decimal): -10869466 or 2499930. OLE color: 2499930.

HSL color Cylindrical-coordinate representation of color #5A2526: hue angle of 358.87º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A2526 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB903738-
CMYK00.590.580.65
HSL358.87º41.73%24.9%-
HSV(B)358.87º58.89%35.29%-
XYZ5.233.642.26-
YUV52.96119.56154.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.55%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=54.55%
G=22.42%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90373800.590.580.65358.8741.7324.9
Hex5A252603B3A411672a19
Octal1324546073721015475231
Binary10110101001011001100111011111010100000110110011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,37,38); }

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

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

 a { background-color: rgb(90,37,38); }

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

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

 span { border-color: rgb(90,37,38); }

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