#5A1C21

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

Shades of Burnt Crimson #5A1C21

Tints of Burnt Crimson #5A1C21

Color information

#5A1C21 (or 0x5A1C21) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 1C and 21. RGB value is (90,28,33). Sum of RGB (Red+Green+Blue) = 90+28+33=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C21 is #A5E3DE. Grayscale: #2F2F2F. Windows color (decimal): -10871775 or 2169946. OLE color: 2169946.

HSL color Cylindrical-coordinate representation of color #5A1C21: hue angle of 355.16º 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 #5A1C21 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB902833-
CMYK00.690.630.65
HSL355.16º52.54%23.14%-
HSV(B)355.16º68.89%35.29%-
XYZ4.913.111.78-
YUV47.11120.04158.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.60%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=59.60%
G=18.54%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90283300.690.630.65355.1652.5423.14
Hex5A1C210453F411633517
Octal13234410105771015436527
Binary10110101110010000101000101111111100000110110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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