#5A1416

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

Shades of Burnt Crimson #5A1416

Tints of Burnt Crimson #5A1416

Color information

#5A1416 (or 0x5A1416) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 14 and 16. RGB value is (90,20,22). Sum of RGB (Red+Green+Blue) = 90+20+22=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1416 is #A5EBE9. Grayscale: #292929. Windows color (decimal): -10873834 or 1447002. OLE color: 1447002.

HSL color Cylindrical-coordinate representation of color #5A1416: hue angle of 358.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1416 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB902022-
CMYK00.780.760.65
HSL358.29º63.64%21.57%-
HSV(B)358.29º77.78%35.29%-
XYZ4.612.731.04-
YUV41.16117.19162.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 68.18%
GREEN value IS 20 (8.20% from 255) = 15.15%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=68.18%
G=15.15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90202200.780.760.65358.2963.6421.57
Hex5A141604E4C411664016
Octal1322426011611410154610026
Binary101101010100101100100111010011001000001101100110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,20,22); }

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

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

 a { background-color: rgb(90,20,22); }

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

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

 span { border-color: rgb(90,20,22); }

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